#DD5DA9

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

Shades of Hopbush #DD5DA9

Tints of Hopbush #DD5DA9

Color information

#DD5DA9 (or 0xDD5DA9) is unknown color: approx Hopbush. HEX triplet: DD, 5D and A9. RGB value is (221,93,169). Sum of RGB (Red+Green+Blue) = 221+93+169=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 93 (36.72% from 255 or 19.25% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DA9 is #22A256. Grayscale: #8B8B8B. Windows color (decimal): -2269783 or 11099613. OLE color: 11099613.

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

Color convert

RGB22193169-
CMYK00.580.240.13
HSL324.38º65.31%61.57%-
HSV(B)324.38º57.92%86.67%-
XYZ40.8926.0740.41-
YUV139.94144.41185.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.76%
GREEN value IS 93 (36.72% from 255) = 19.25%
BLUE value IS 169 (66.41% from 255) = 34.99%
R=45.76%
G=19.25%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219316900.580.240.13324.3865.3161.57
HexDD5DA903A18D144413e
Octal335135251072301550410176
Binary1101110110111011010100101110101100011011010001001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DA9; }

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

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

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

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

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

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

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

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