#DC60EE

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

Shades of Heliotrope #DC60EE

Tints of Heliotrope #DC60EE

Color information

#DC60EE (or 0xDC60EE) is unknown color: approx Heliotrope. HEX triplet: DC, 60 and EE. RGB value is (220,96,238). Sum of RGB (Red+Green+Blue) = 220+96+238=554 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.71% from 554); Green value is 96 (37.89% from 255 or 17.33% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC60EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC60EE is #239F11. Grayscale: #949494. Windows color (decimal): -2334482 or 15622364. OLE color: 15622364.

HSL color Cylindrical-coordinate representation of color #DC60EE: hue angle of 292.39º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC60EE is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB22096238-
CMYK0.080.6000.07
HSL292.39º80.68%65.49%-
HSV(B)292.39º59.66%93.33%-
XYZ49.1329.7584.04-
YUV149.26178.08178.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.71%
GREEN value IS 96 (37.89% from 255) = 17.33%
BLUE value IS 238 (93.36% from 255) = 42.96%
R=39.71%
G=17.33%
B=42.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal220962380.080.6000.07292.3980.6865.49
HexDC60EE83C071245141
Octal334140356107407444121101
Binary110111001100000111011101000111100011110010010010100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC60EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC60EE; }

 p { color: rgb(220,96,238); }

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

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

 a { background-color: rgb(220,96,238); }

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

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

 span { border-color: rgb(220,96,238); }

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