Html Css Color HEX #DD77EC Heliotrope

📋 copy color: '#DD77EC'

red 221 ◦ green 119 ◦ blue 236

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

Shades of Heliotrope #DD77EC

Tints of Heliotrope #DD77EC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 20.66%

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

R = 38.37%
G = 20.66%
B = 40.97%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD77EC (or 0xDD77EC) is known color: Heliotrope. HEX triplet: DD, 77 and EC. RGB value is (221,119,236). Sum of RGB (Red+Green+Blue) = 221+119+236=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 119 (46.88% from 255 or 20.66% from 576); Blue value is 236 (92.58% from 255 or 40.97% from 576); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD77EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77EC is #228813. Grayscale: #A2A2A2. Windows color (decimal): -2263060 or 15497181. OLE color: 15497181.

HSL color Cylindrical-coordinate representation of color #DD77EC: hue angle of 292.31º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD77EC is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 119 236 -
CMYK 0.06 0.50 0 0.07
HSL 292.31º 0.75% 0.7% -
HSV(B) 292.31º 0.5% 0.93% -
XYZ 51.56 34.62 83.32 -
YUV 162.84 169.29 169.49 -
System Red Green Blue C M Y K H S L
Decimal 221 119 236 0.06 0.50 0 0.07 292.31 0.75 0.7
Hex DD 77 EC 6 32 0 7 124 4B 46
Octal 335 167 354 6 62 0 7 444 113 106
Binary 11011101 1110111 11101100 110 110010 0 111 100100100 1001011 1000110

Color Harmonies of #DD77EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77EC

Black with #DD77EC

Text Example


Text Example

White with #DD77EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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