Html Css Color HEX #DD66EE Heliotrope

📋 copy color: '#DD66EE'

red 221 ◦ green 102 ◦ blue 238

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

Shades of Heliotrope #DD66EE

Tints of Heliotrope #DD66EE

RGB

 RED value IS 221 (86.72% from 255) = 39.39%

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

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

R = 39.39%
G = 18.18%
B = 42.42%

CMYK

 C value IS 0.07

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD66EE (or 0xDD66EE) is known color: Heliotrope. HEX triplet: DD, 66 and EE. RGB value is (221,102,238). Sum of RGB (Red+Green+Blue) = 221+102+238=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 102 (40.23% from 255 or 18.18% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #DD66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66EE is #229911. Grayscale: #989898. Windows color (decimal): -2267410 or 15623901. OLE color: 15623901.

HSL color Cylindrical-coordinate representation of color #DD66EE: hue angle of 292.5º 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 #DD66EE is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 102 238 -
CMYK 0.07 0.57 0 0.07
HSL 292.5º 0.8% 0.67% -
HSV(B) 292.5º 0.57% 0.93% -
XYZ 50 31.05 84.25 -
YUV 153.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 221 102 238 0.07 0.57 0 0.07 292.5 0.8 0.67
Hex DD 66 EE 7 39 0 7 124 50 43
Octal 335 146 356 7 71 0 7 444 120 103
Binary 11011101 1100110 11101110 111 111001 0 111 100100100 1010000 1000011

Color Harmonies of #DD66EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66EE

Black with #DD66EE

Text Example


Text Example

White with #DD66EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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