Html Css Color HEX #DD77EB Heliotrope

📋 copy color: '#DD77EB'

red 221 ◦ green 119 ◦ blue 235

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

Shades of Heliotrope #DD77EB

Tints of Heliotrope #DD77EB

RGB

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

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

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

R = 38.43%
G = 20.7%
B = 40.87%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DD77EB (or 0xDD77EB) is known color: Heliotrope. HEX triplet: DD, 77 and EB. RGB value is (221,119,235). Sum of RGB (Red+Green+Blue) = 221+119+235=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 119 (46.88% from 255 or 20.70% from 575); Blue value is 235 (92.19% from 255 or 40.87% from 575); Max value from RGB is 235 - color contains mainly: blue. Hex color #DD77EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77EB is #228814. Grayscale: #A2A2A2. Windows color (decimal): -2263061 or 15431645. OLE color: 15431645.

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

Color convert

RGB 221 119 235 -
CMYK 0.06 0.49 0 0.08
HSL 292.76º 0.74% 0.69% -
HSV(B) 292.76º 0.49% 0.92% -
XYZ 51.41 34.56 82.56 -
YUV 162.72 168.79 169.57 -
System Red Green Blue C M Y K H S L
Decimal 221 119 235 0.06 0.49 0 0.08 292.76 0.74 0.69
Hex DD 77 EB 6 31 0 8 125 4A 45
Octal 335 167 353 6 61 0 10 445 112 105
Binary 11011101 1110111 11101011 110 110001 0 1000 100100101 1001010 1000101

Color Harmonies of #DD77EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD77EB

Black with #DD77EB

Text Example


Text Example

White with #DD77EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD77EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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