#DD5EA6

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

Shades of Hopbush #DD5EA6

Tints of Hopbush #DD5EA6

Color information

#DD5EA6 (or 0xDD5EA6) is unknown color: approx Hopbush. HEX triplet: DD, 5E and A6. RGB value is (221,94,166). Sum of RGB (Red+Green+Blue) = 221+94+166=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 166 (65.23% from 255 or 34.51% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5EA6 is #22A159. Grayscale: #8C8C8C. Windows color (decimal): -2269530 or 10903261. OLE color: 10903261.

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

Color convert

RGB22194166-
CMYK00.570.250.13
HSL325.98º65.13%61.76%-
HSV(B)325.98º57.47%86.67%-
XYZ40.726.1338.97-
YUV140.18142.58185.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.95%
GREEN value IS 94 (37.11% from 255) = 19.54%
BLUE value IS 166 (65.23% from 255) = 34.51%
R=45.95%
G=19.54%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219416600.570.250.13325.9865.1361.76
HexDD5EA603919D146413e
Octal335136246071311550610176
Binary1101110110111101010011001110011100111011010001101000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5EA6; }

 p { color: rgb(221,94,166); }

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

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

 a { background-color: rgb(221,94,166); }

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

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

 span { border-color: rgb(221,94,166); }

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