#DD5DA8

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

Shades of Hopbush #DD5DA8

Tints of Hopbush #DD5DA8

Color information

#DD5DA8 (or 0xDD5DA8) is unknown color: approx Hopbush. HEX triplet: DD, 5D and A8. RGB value is (221,93,168). Sum of RGB (Red+Green+Blue) = 221+93+168=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 93 (36.72% from 255 or 19.29% from 482); Blue value is 168 (66.02% from 255 or 34.85% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5DA8 is #22A257. Grayscale: #8B8B8B. Windows color (decimal): -2269784 or 11034077. OLE color: 11034077.

HSL color Cylindrical-coordinate representation of color #DD5DA8: hue angle of 324.84º 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 #DD5DA8 is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB22193168-
CMYK00.580.240.13
HSL324.84º65.31%61.57%-
HSV(B)324.84º57.92%86.67%-
XYZ40.826.0339.92-
YUV139.82143.91185.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.85%
GREEN value IS 93 (36.72% from 255) = 19.29%
BLUE value IS 168 (66.02% from 255) = 34.85%
R=45.85%
G=19.29%
B=34.85%

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
Decimal2219316800.580.240.13324.8465.3161.57
HexDD5DA803A18D145413e
Octal335135250072301550510176
Binary1101110110111011010100001110101100011011010001011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5DA8; }

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

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

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

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

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

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

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

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