Html Css Color HEX #DD6EEC Heliotrope

📋 copy color: '#DD6EEC'

red 221 ◦ green 110 ◦ blue 236

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

Shades of Heliotrope #DD6EEC

Tints of Heliotrope #DD6EEC

RGB

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

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

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

R = 38.98%
G = 19.4%
B = 41.62%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD6EEC (or 0xDD6EEC) is known color: Heliotrope. HEX triplet: DD, 6E and EC. RGB value is (221,110,236). Sum of RGB (Red+Green+Blue) = 221+110+236=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD6EEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EEC is #229113. Grayscale: #9D9D9D. Windows color (decimal): -2265364 or 15494877. OLE color: 15494877.

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

Color convert

RGB 221 110 236 -
CMYK 0.06 0.53 0 0.07
HSL 292.86º 0.77% 0.68% -
HSV(B) 292.86º 0.53% 0.93% -
XYZ 50.54 32.58 82.98 -
YUV 157.55 172.27 173.25 -
System Red Green Blue C M Y K H S L
Decimal 221 110 236 0.06 0.53 0 0.07 292.86 0.77 0.68
Hex DD 6E EC 6 35 0 7 125 4D 44
Octal 335 156 354 6 65 0 7 445 115 104
Binary 11011101 1101110 11101100 110 110101 0 111 100100101 1001101 1000100

Color Harmonies of #DD6EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EEC

Black with #DD6EEC

Text Example


Text Example

White with #DD6EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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