Html Css Color HEX #DC60EE Heliotrope

📋 copy color: '#DC60EE'

red 220 ◦ green 96 ◦ blue 238

#DC60EE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DC60EE

Tints of Heliotrope #DC60EE

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 value IS 0.08

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC60EE (or 0xDC60EE) is known color: 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

RGB 220 96 238 -
CMYK 0.08 0.60 0 0.07
HSL 292.39º 0.81% 0.65% -
HSV(B) 292.39º 0.6% 0.93% -
XYZ 49.13 29.75 84.04 -
YUV 149.26 178.08 178.45 -
System Red Green Blue C M Y K H S L
Decimal 220 96 238 0.08 0.60 0 0.07 292.39 0.81 0.65
Hex DC 60 EE 8 3C 0 7 124 51 41
Octal 334 140 356 10 74 0 7 444 121 101
Binary 11011100 1100000 11101110 1000 111100 0 111 100100100 1010001 1000001

Color Harmonies of #DC60EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC60EE

Black with #DC60EE

Text Example


Text Example

White with #DC60EE

Text Example


Text Example

HTML Codes & Css Web 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>