Html Css Color HEX #DC6EEF Heliotrope

📋 copy color: '#DC6EEF'

red 220 ◦ green 110 ◦ blue 239

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

Shades of Heliotrope #DC6EEF

Tints of Heliotrope #DC6EEF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.33%

 BLUE value IS 239 (93.75% from 255) = 42%

R = 38.66%
G = 19.33%
B = 42%

CMYK

 C value IS 0.08

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC6EEF (or 0xDC6EEF) is known color: Heliotrope. HEX triplet: DC, 6E and EF. RGB value is (220,110,239). Sum of RGB (Red+Green+Blue) = 220+110+239=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 110 (43.36% from 255 or 19.33% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC6EEF is #239110. Grayscale: #9D9D9D. Windows color (decimal): -2330897 or 15691484. OLE color: 15691484.

HSL color Cylindrical-coordinate representation of color #DC6EEF: hue angle of 291.16º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC6EEF is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 220 110 239 -
CMYK 0.08 0.54 0 0.06
HSL 291.16º 0.8% 0.68% -
HSV(B) 291.16º 0.54% 0.94% -
XYZ 50.67 32.6 85.28 -
YUV 157.6 173.94 172.51 -
System Red Green Blue C M Y K H S L
Decimal 220 110 239 0.08 0.54 0 0.06 291.16 0.8 0.68
Hex DC 6E EF 8 36 0 6 123 50 44
Octal 334 156 357 10 66 0 6 443 120 104
Binary 11011100 1101110 11101111 1000 110110 0 110 100100011 1010000 1000100

Color Harmonies of #DC6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC6EEF

Black with #DC6EEF

Text Example


Text Example

White with #DC6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC6EEF; }

 p { color: rgb(220,110,239); }

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

background-color css

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

 a { background-color: rgb(220,110,239); }

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

border-color css

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

 span { border-color: rgb(220,110,239); }

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