Html Css Color HEX #DD77EF Heliotrope

📋 copy color: '#DD77EF'

red 221 ◦ green 119 ◦ blue 239

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

Shades of Heliotrope #DD77EF

Tints of Heliotrope #DD77EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 41.28%

R = 38.17%
G = 20.55%
B = 41.28%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD77EF (or 0xDD77EF) is known color: Heliotrope. HEX triplet: DD, 77 and EF. RGB value is (221,119,239). Sum of RGB (Red+Green+Blue) = 221+119+239=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 119 (46.88% from 255 or 20.55% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #DD77EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77EF is #228810. Grayscale: #A2A2A2. Windows color (decimal): -2263057 or 15693789. OLE color: 15693789.

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

Color convert

RGB 221 119 239 -
CMYK 0.08 0.50 0 0.06
HSL 291º 0.79% 0.7% -
HSV(B) 291º 0.5% 0.94% -
XYZ 52 34.8 85.64 -
YUV 163.18 170.79 169.24 -
System Red Green Blue C M Y K H S L
Decimal 221 119 239 0.08 0.50 0 0.06 291 0.79 0.7
Hex DD 77 EF 8 32 0 6 123 4F 46
Octal 335 167 357 10 62 0 6 443 117 106
Binary 11011101 1110111 11101111 1000 110010 0 110 100100011 1001111 1000110

Color Harmonies of #DD77EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77EF

Black with #DD77EF

Text Example


Text Example

White with #DD77EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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