#DC5A9B

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

Shades of Hopbush #DC5A9B

Tints of Hopbush #DC5A9B

Color information

#DC5A9B (or 0xDC5A9B) is unknown color: approx Hopbush. HEX triplet: DC, 5A and 9B. RGB value is (220,90,155). Sum of RGB (Red+Green+Blue) = 220+90+155=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 155 (60.94% from 255 or 33.33% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5A9B is #23A564. Grayscale: #888888. Windows color (decimal): -2336101 or 10181340. OLE color: 10181340.

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

Color convert

RGB22090155-
CMYK00.590.300.14
HSL330º65%60.78%-
HSV(B)330º59.09%86.27%-
XYZ39.0924.8933.76-
YUV136.28138.57187.71-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.31%
GREEN value IS 90 (35.55% from 255) = 19.35%
BLUE value IS 155 (60.94% from 255) = 33.33%
R=47.31%
G=19.35%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209015500.590.300.143306560.78
HexDC5A9B03B1EE14a413d
Octal334132233073361651210175
Binary1101110010110101001101101110111111011101010010101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5A9B; }

 p { color: rgb(220,90,155); }

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

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

 a { background-color: rgb(220,90,155); }

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

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

 span { border-color: rgb(220,90,155); }

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