#D55997

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

Shades of Hopbush #D55997

Tints of Hopbush #D55997

Color information

#D55997 (or 0xD55997) is unknown color: approx Hopbush. HEX triplet: D5, 59 and 97. RGB value is (213,89,151). Sum of RGB (Red+Green+Blue) = 213+89+151=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 89 (35.16% from 255 or 19.65% from 453); Blue value is 151 (59.38% from 255 or 33.33% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D55997 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55997 is #2AA668. Grayscale: #858585. Windows color (decimal): -2795113 or 9918933. OLE color: 9918933.

HSL color Cylindrical-coordinate representation of color #D55997: hue angle of 330º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55997 is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.16.

Color convert

RGB21389151-
CMYK00.580.290.16
HSL330º59.62%59.22%-
HSV(B)330º58.22%83.53%-
XYZ36.623.5331.89-
YUV133.14138.08184.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 47.02%
GREEN value IS 89 (35.16% from 255) = 19.65%
BLUE value IS 151 (59.38% from 255) = 33.33%
R=47.02%
G=19.65%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138915100.580.290.1633059.6259.22
HexD5599703A1D1014a3c3b
Octal32513122707235205127473
Binary1101010110110011001011101110101110110000101001010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55997; }

 p { color: rgb(213,89,151); }

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

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

 a { background-color: rgb(213,89,151); }

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

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

 span { border-color: rgb(213,89,151); }

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