Html Css Color HEX #DD6EEB Heliotrope

📋 copy color: '#DD6EEB'

red 221 ◦ green 110 ◦ blue 235

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

Shades of Heliotrope #DD6EEB

Tints of Heliotrope #DD6EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.52%

R = 39.05%
G = 19.43%
B = 41.52%

CMYK

 C value IS 0.06

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD6EEB (or 0xDD6EEB) is known color: Heliotrope. HEX triplet: DD, 6E and EB. RGB value is (221,110,235). Sum of RGB (Red+Green+Blue) = 221+110+235=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 110 (43.36% from 255 or 19.43% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD6EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6EEB is #229114. Grayscale: #9D9D9D. Windows color (decimal): -2265365 or 15429341. OLE color: 15429341.

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

Color convert

RGB 221 110 235 -
CMYK 0.06 0.53 0 0.08
HSL 293.28º 0.76% 0.68% -
HSV(B) 293.28º 0.53% 0.92% -
XYZ 50.39 32.52 82.22 -
YUV 157.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 221 110 235 0.06 0.53 0 0.08 293.28 0.76 0.68
Hex DD 6E EB 6 35 0 8 125 4C 44
Octal 335 156 353 6 65 0 10 445 114 104
Binary 11011101 1101110 11101011 110 110101 0 1000 100100101 1001100 1000100

Color Harmonies of #DD6EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6EEB

Black with #DD6EEB

Text Example


Text Example

White with #DD6EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6EEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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