#D55F97

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

Shades of Hopbush #D55F97

Tints of Hopbush #D55F97

Color information

#D55F97 (or 0xD55F97) is unknown color: approx Hopbush. HEX triplet: D5, 5F and 97. RGB value is (213,95,151). Sum of RGB (Red+Green+Blue) = 213+95+151=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 151 (59.38% from 255 or 32.90% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55F97 is #2AA068. Grayscale: #888888. Windows color (decimal): -2793577 or 9920469. OLE color: 9920469.

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

Color convert

RGB21395151-
CMYK00.550.290.16
HSL331.53º58.42%60.39%-
HSV(B)331.53º55.4%83.53%-
XYZ37.1224.5632.06-
YUV136.67136.09182.45-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 151 (59.38% from 255) = 32.90%
R=46.41%
G=20.70%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139515100.550.290.16331.5358.4260.39
HexD55F970371D1014c3a3c
Octal32513722706735205147274
Binary1101010110111111001011101101111110110000101001100111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55F97; }

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

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

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

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

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

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

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

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