Html Css Color HEX #DC66EE Heliotrope

📋 copy color: '#DC66EE'

red 220 ◦ green 102 ◦ blue 238

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

Shades of Heliotrope #DC66EE

Tints of Heliotrope #DC66EE

RGB

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

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

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

R = 39.29%
G = 18.21%
B = 42.5%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DC66EE (or 0xDC66EE) is known color: Heliotrope. HEX triplet: DC, 66 and EE. RGB value is (220,102,238). Sum of RGB (Red+Green+Blue) = 220+102+238=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC66EE is #239911. Grayscale: #989898. Windows color (decimal): -2332946 or 15623900. OLE color: 15623900.

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

Color convert

RGB 220 102 238 -
CMYK 0.08 0.57 0 0.07
HSL 292.06º 0.8% 0.67% -
HSV(B) 292.06º 0.57% 0.93% -
XYZ 49.7 30.89 84.23 -
YUV 152.79 176.09 175.94 -
System Red Green Blue C M Y K H S L
Decimal 220 102 238 0.08 0.57 0 0.07 292.06 0.8 0.67
Hex DC 66 EE 8 39 0 7 124 50 43
Octal 334 146 356 10 71 0 7 444 120 103
Binary 11011100 1100110 11101110 1000 111001 0 111 100100100 1010000 1000011

Color Harmonies of #DC66EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC66EE

Black with #DC66EE

Text Example


Text Example

White with #DC66EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC66EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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