#DD77F9

Color #DD77F9 Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DD77F9

Tints of Heliotrope #DD77F9

Color information

#DD77F9 (or 0xDD77F9) is unknown color: approx Heliotrope. HEX triplet: DD, 77 and F9. RGB value is (221,119,249). Sum of RGB (Red+Green+Blue) = 221+119+249=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 119 (46.88% from 255 or 20.20% from 589); Blue value is 249 (97.66% from 255 or 42.28% from 589); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD77F9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD77F9 is #228806. Grayscale: #A3A3A3. Windows color (decimal): -2263047 or 16349149. OLE color: 16349149.

HSL color Cylindrical-coordinate representation of color #DD77F9: hue angle of 287.08º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD77F9 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221119249-
CMYK0.110.5200.02
HSL287.08º91.55%72.16%-
HSV(B)287.08º52.21%97.65%-
XYZ53.5135.4193.64-
YUV164.32175.79168.43-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 119 (46.88% from 255) = 20.20%
BLUE value IS 249 (97.66% from 255) = 42.28%
R=37.52%
G=20.20%
B=42.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211192490.110.5200.02287.0891.5572.16
HexDD77F9B340211f5c48
Octal335167371136402437134110
Binary11011101111011111111001101111010001010001111110111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD77F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD77F9; }

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

 H1.HeaderClassName
 {
   color: #DD77F9;
 }
 .AnyTagClassName
 {
   color: #DD77F9;
 }
</style>
background-color css

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

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

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

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

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

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