#DC75EA

Color #DC75EA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DC75EA

Tints of Heliotrope #DC75EA

Color information

#DC75EA (or 0xDC75EA) is unknown color: approx Heliotrope. HEX triplet: DC, 75 and EA. RGB value is (220,117,234). Sum of RGB (Red+Green+Blue) = 220+117+234=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC75EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC75EA is #238A15. Grayscale: #A0A0A0. Windows color (decimal): -2329110 or 15365596. OLE color: 15365596.

HSL color Cylindrical-coordinate representation of color #DC75EA: hue angle of 292.82º degrees, saturation: 0.74, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC75EA is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220117234-
CMYK0.060.500.08
HSL292.82º73.58%68.82%-
HSV(B)292.82º50%91.76%-
XYZ50.7333.8881.71-
YUV161.14169.12169.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.53%
GREEN value IS 117 (46.09% from 255) = 20.49%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=38.53%
G=20.49%
B=40.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201172340.060.500.08292.8273.5868.82
HexDC75EA632081254a45
Octal334165352662010445112105
Binary110111001110101111010101101100100100010010010110010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC75EA; }

 p { color: rgb(220,117,234); }

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

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

 a { background-color: rgb(220,117,234); }

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

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

 span { border-color: rgb(220,117,234); }

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