Html Css Color HEX #DC61EE Heliotrope

📋 copy color: '#DC61EE'

red 220 ◦ green 97 ◦ blue 238

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

Shades of Heliotrope #DC61EE

Tints of Heliotrope #DC61EE

RGB

 RED value IS 220 (86.33% from 255) = 39.64%

 GREEN value IS 97 (38.28% from 255) = 17.48%

 BLUE value IS 238 (93.36% from 255) = 42.88%

R = 39.64%
G = 17.48%
B = 42.88%

CMYK

 C value IS 0.08

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC61EE (or 0xDC61EE) is known color: Heliotrope. HEX triplet: DC, 61 and EE. RGB value is (220,97,238). Sum of RGB (Red+Green+Blue) = 220+97+238=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 97 (38.28% from 255 or 17.48% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC61EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC61EE is #239E11. Grayscale: #959595. Windows color (decimal): -2334226 or 15622620. OLE color: 15622620.

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

Color convert

RGB 220 97 238 -
CMYK 0.08 0.59 0 0.07
HSL 292.34º 0.81% 0.66% -
HSV(B) 292.34º 0.59% 0.93% -
XYZ 49.22 29.94 84.07 -
YUV 149.85 177.75 178.04 -
System Red Green Blue C M Y K H S L
Decimal 220 97 238 0.08 0.59 0 0.07 292.34 0.81 0.66
Hex DC 61 EE 8 3B 0 7 124 51 42
Octal 334 141 356 10 73 0 7 444 121 102
Binary 11011100 1100001 11101110 1000 111011 0 111 100100100 1010001 1000010

Color Harmonies of #DC61EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC61EE

Black with #DC61EE

Text Example


Text Example

White with #DC61EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC61EE; }

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

 H1.HeaderClassName
 {
   color: #DC61EE;
 }
 .AnyTagClassName
 {
   color: #DC61EE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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