Html Css Color HEX #DC66EF Heliotrope

📋 copy color: '#DC66EF'

red 220 ◦ green 102 ◦ blue 239

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

Shades of Heliotrope #DC66EF

Tints of Heliotrope #DC66EF

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.18%

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

R = 39.22%
G = 18.18%
B = 42.6%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DC66EF (or 0xDC66EF) is known color: Heliotrope. HEX triplet: DC, 66 and EF. RGB value is (220,102,239). Sum of RGB (Red+Green+Blue) = 220+102+239=561 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.22% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 239 - color contains mainly: blue. Hex color #DC66EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66EF is #239910. Grayscale: #989898. Windows color (decimal): -2332945 or 15689436. OLE color: 15689436.

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

Color convert

RGB 220 102 239 -
CMYK 0.08 0.57 0 0.06
HSL 291.68º 0.81% 0.67% -
HSV(B) 291.68º 0.57% 0.94% -
XYZ 49.85 30.95 85.01 -
YUV 152.9 176.59 175.86 -
System Red Green Blue C M Y K H S L
Decimal 220 102 239 0.08 0.57 0 0.06 291.68 0.81 0.67
Hex DC 66 EF 8 39 0 6 124 51 43
Octal 334 146 357 10 71 0 6 444 121 103
Binary 11011100 1100110 11101111 1000 111001 0 110 100100100 1010001 1000011

Color Harmonies of #DC66EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66EF

Black with #DC66EF

Text Example


Text Example

White with #DC66EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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