#dc5ca9

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

Shades of Hopbush #DC5CA9

Tints of Hopbush #DC5CA9

Color information

#DC5CA9 (or 0xDC5CA9) is unknown color: approx Hopbush. HEX triplet: DC, 5C and A9. RGB value is (220,92,169). Sum of RGB (Red+Green+Blue) = 220+92+169=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 92 (36.33% from 255 or 19.13% from 481); Blue value is 169 (66.41% from 255 or 35.14% from 481); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5CA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5CA9 is #23A356. Grayscale: #8A8A8A. Windows color (decimal): -2335575 or 11099356. OLE color: 11099356.

HSL color Cylindrical-coordinate representation of color #DC5CA9: hue angle of 323.91º degrees, saturation: 0.65, 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 #DC5CA9 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB22092169-
CMYK00.580.230.14
HSL323.91º64.65%61.18%-
HSV(B)323.91º58.18%86.27%-
XYZ40.525.7340.37-
YUV139.05144.91185.74-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 45.74%
GREEN value IS 92 (36.33% from 255) = 19.13%
BLUE value IS 169 (66.41% from 255) = 35.14%
R=45.74%
G=19.13%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209216900.580.230.14323.9164.6561.18
HexDC5CA903A17E144413d
Octal334134251072271650410175
Binary1101110010111001010100101110101011111101010001001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc5ca9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc5ca9; }

 p { color: rgb(220,92,169); }

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

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

 a { background-color: rgb(220,92,169); }

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

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

 span { border-color: rgb(220,92,169); }

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