#D760E3

Color #D760E3 Free Speech Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Magenta #D760E3

Tints of Free Speech Magenta #D760E3

Color information

#D760E3 (or 0xD760E3) is unknown color: approx Free Speech Magenta. HEX triplet: D7, 60 and E3. RGB value is (215,96,227). Sum of RGB (Red+Green+Blue) = 215+96+227=538 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.96% from 538); Green value is 96 (37.89% from 255 or 17.84% from 538); Blue value is 227 (89.06% from 255 or 42.19% from 538); Max value from RGB is 227 - color contains mainly: blue. Hex color #D760E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D760E3 is #289F1C. Grayscale: #929292. Windows color (decimal): -2662173 or 14901463. OLE color: 14901463.

HSL color Cylindrical-coordinate representation of color #D760E3: hue angle of 294.5º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D760E3 is Cyan = 0.05, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21596227-
CMYK0.050.5800.11
HSL294.5º70.05%63.33%-
HSV(B)294.5º57.71%89.02%-
XYZ46.0728.3675.72-
YUV146.51173.42176.85-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 215 (84.38% from 255) = 39.96%
GREEN value IS 96 (37.89% from 255) = 17.84%
BLUE value IS 227 (89.06% from 255) = 42.19%
R=39.96%
G=17.84%
B=42.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal215962270.050.5800.11294.570.0563.33
HexD760E353A0B127463f
Octal32714034357201344710677
Binary11010111110000011100011101111010010111001001111000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D760E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D760E3; }

 p { color: rgb(215,96,227); }

 H1.HeaderClassName
 {
   color: #D760E3;
 }
 .AnyTagClassName
 {
   color: #D760E3;
 }
</style>
background-color css

<style>
 a { background-color: #D760E3; }

 a { background-color: rgb(215,96,227); }

 div.DivClassName
 {
   background-color: #D760E3;
 }
 .BgClassName
 {
   background-color: #D760E3;
 }
</style>
border-color css

<style>
 span { border-color: #D760E3; }

 span { border-color: rgb(215,96,227); }

 td.TdClassName
 {
   border-color: #D760E3;
 }
 .TagClassName
 {
   border-color: #D760E3;
 }
</style>