#DC5798

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

Shades of Hopbush #DC5798

Tints of Hopbush #DC5798

Color information

#DC5798 (or 0xDC5798) is unknown color: approx Hopbush. HEX triplet: DC, 57 and 98. RGB value is (220,87,152). Sum of RGB (Red+Green+Blue) = 220+87+152=459 (60% of max value = 765). Red value is 220 (86.33% from 255 or 47.93% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5798 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5798 is #23A867. Grayscale: #868686. Windows color (decimal): -2336872 or 9983964. OLE color: 9983964.

HSL color Cylindrical-coordinate representation of color #DC5798: hue angle of 330.68º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC5798 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.14.

Color convert

RGB22087152-
CMYK00.600.310.14
HSL330.68º65.52%60.2%-
HSV(B)330.68º60.45%86.27%-
XYZ38.5924.332.36-
YUV134.18138.06189.21-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.93%
GREEN value IS 87 (34.38% from 255) = 18.95%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=47.93%
G=18.95%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208715200.600.310.14330.6865.5260.2
HexDC579803C1FE14b423c
Octal334127230074371651310274
Binary1101110010101111001100001111001111111101010010111000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5798; }

 p { color: rgb(220,87,152); }

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

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

 a { background-color: rgb(220,87,152); }

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

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

 span { border-color: rgb(220,87,152); }

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