Html Css Color HEX #DD66EC Heliotrope

📋 copy color: '#DD66EC'

red 221 ◦ green 102 ◦ blue 236

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

Shades of Heliotrope #DD66EC

Tints of Heliotrope #DD66EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 42.22%

R = 39.53%
G = 18.25%
B = 42.22%

CMYK

 C value IS 0.06

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD66EC (or 0xDD66EC) is known color: Heliotrope. HEX triplet: DD, 66 and EC. RGB value is (221,102,236). Sum of RGB (Red+Green+Blue) = 221+102+236=559 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.53% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD66EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD66EC is #229913. Grayscale: #989898. Windows color (decimal): -2267412 or 15492829. OLE color: 15492829.

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

Color convert

RGB 221 102 236 -
CMYK 0.06 0.57 0 0.07
HSL 293.28º 0.78% 0.66% -
HSV(B) 293.28º 0.57% 0.93% -
XYZ 49.71 30.93 82.71 -
YUV 152.86 174.92 176.6 -
System Red Green Blue C M Y K H S L
Decimal 221 102 236 0.06 0.57 0 0.07 293.28 0.78 0.66
Hex DD 66 EC 6 39 0 7 125 4E 42
Octal 335 146 354 6 71 0 7 445 116 102
Binary 11011101 1100110 11101100 110 111001 0 111 100100101 1001110 1000010

Color Harmonies of #DD66EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD66EC

Black with #DD66EC

Text Example


Text Example

White with #DD66EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD66EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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