#DD5799

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

Shades of Hopbush #DD5799

Tints of Hopbush #DD5799

Color information

#DD5799 (or 0xDD5799) is unknown color: approx Hopbush. HEX triplet: DD, 57 and 99. RGB value is (221,87,153). Sum of RGB (Red+Green+Blue) = 221+87+153=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5799 is #22A866. Grayscale: #868686. Windows color (decimal): -2271335 or 10049501. OLE color: 10049501.

HSL color Cylindrical-coordinate representation of color #DD5799: hue angle of 330.45º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD5799 is Cyan = 0, Magento = 0.61, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB22187153-
CMYK00.610.310.13
HSL330.45º66.34%60.39%-
HSV(B)330.45º60.63%86.67%-
XYZ38.9824.4932.81-
YUV134.59138.39189.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.94%
GREEN value IS 87 (34.38% from 255) = 18.87%
BLUE value IS 153 (60.16% from 255) = 33.19%
R=47.94%
G=18.87%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218715300.610.310.13330.4566.3460.39
HexDD579903D1FD14a423c
Octal335127231075371551210274
Binary1101110110101111001100101111011111111011010010101000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5799; }

 p { color: rgb(221,87,153); }

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

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

 a { background-color: rgb(221,87,153); }

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

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

 span { border-color: rgb(221,87,153); }

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