#DC5DAB

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

Shades of Hopbush #DC5DAB

Tints of Hopbush #DC5DAB

Color information

#DC5DAB (or 0xDC5DAB) is unknown color: approx Hopbush. HEX triplet: DC, 5D and AB. RGB value is (220,93,171). Sum of RGB (Red+Green+Blue) = 220+93+171=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5DAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5DAB is #23A254. Grayscale: #8B8B8B. Windows color (decimal): -2335317 or 11230684. OLE color: 11230684.

HSL color Cylindrical-coordinate representation of color #DC5DAB: hue angle of 323.15º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DC5DAB is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB22093171-
CMYK00.580.220.14
HSL323.15º64.47%61.37%-
HSV(B)323.15º57.73%86.27%-
XYZ40.7825.9841.39-
YUV139.86145.58185.16-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.45%
GREEN value IS 93 (36.72% from 255) = 19.21%
BLUE value IS 171 (67.19% from 255) = 35.33%
R=45.45%
G=19.21%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209317100.580.220.14323.1564.4761.37
HexDC5DAB03A16E143403d
Octal334135253072261650310075
Binary1101110010111011010101101110101011011101010000111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5DAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5DAB; }

 p { color: rgb(220,93,171); }

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

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

 a { background-color: rgb(220,93,171); }

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

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

 span { border-color: rgb(220,93,171); }

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