#DD5FA9

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

Shades of Hopbush #DD5FA9

Tints of Hopbush #DD5FA9

Color information

#DD5FA9 (or 0xDD5FA9) is unknown color: approx Hopbush. HEX triplet: DD, 5F and A9. RGB value is (221,95,169). Sum of RGB (Red+Green+Blue) = 221+95+169=485 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.57% from 485); Green value is 95 (37.5% from 255 or 19.59% from 485); Blue value is 169 (66.41% from 255 or 34.85% from 485); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5FA9 is #22A056. Grayscale: #8C8C8C. Windows color (decimal): -2269271 or 11100125. OLE color: 11100125.

HSL color Cylindrical-coordinate representation of color #DD5FA9: hue angle of 324.76º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DD5FA9 is Cyan = 0, Magento = 0.57, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22195169-
CMYK00.570.240.13
HSL324.76º64.95%61.96%-
HSV(B)324.76º57.01%86.67%-
XYZ41.0726.4240.47-
YUV141.11143.74184.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.57%
GREEN value IS 95 (37.5% from 255) = 19.59%
BLUE value IS 169 (66.41% from 255) = 34.85%
R=45.57%
G=19.59%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219516900.570.240.13324.7664.9561.96
HexDD5FA903918D145413e
Octal335137251071301550510176
Binary1101110110111111010100101110011100011011010001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5FA9; }

 p { color: rgb(221,95,169); }

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

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

 a { background-color: rgb(221,95,169); }

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

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

 span { border-color: rgb(221,95,169); }

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