#DE59A1

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

Shades of Hopbush #DE59A1

Tints of Hopbush #DE59A1

Color information

#DE59A1 (or 0xDE59A1) is unknown color: approx Hopbush. HEX triplet: DE, 59 and A1. RGB value is (222,89,161). Sum of RGB (Red+Green+Blue) = 222+89+161=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 161 (63.28% from 255 or 34.11% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE59A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE59A1 is #21A65E. Grayscale: #888888. Windows color (decimal): -2205279 or 10574302. OLE color: 10574302.

HSL color Cylindrical-coordinate representation of color #DE59A1: hue angle of 327.52º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE59A1 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.13.

Color convert

RGB22289161-
CMYK00.600.270.13
HSL327.52º66.83%60.98%-
HSV(B)327.52º59.91%87.06%-
XYZ40.1325.2536.48-
YUV136.98141.56188.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.03%
GREEN value IS 89 (35.16% from 255) = 18.86%
BLUE value IS 161 (63.28% from 255) = 34.11%
R=47.03%
G=18.86%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228916100.600.270.13327.5266.8360.98
HexDE59A103C1BD148433d
Octal336131241074331551010375
Binary1101111010110011010000101111001101111011010010001000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE59A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE59A1; }

 p { color: rgb(222,89,161); }

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

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

 a { background-color: rgb(222,89,161); }

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

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

 span { border-color: rgb(222,89,161); }

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