#D95893

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

Shades of Hopbush #D95893

Tints of Hopbush #D95893

Color information

#D95893 (or 0xD95893) is unknown color: approx Hopbush. HEX triplet: D9, 58 and 93. RGB value is (217,88,147). Sum of RGB (Red+Green+Blue) = 217+88+147=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 88 (34.77% from 255 or 19.47% from 452); Blue value is 147 (57.81% from 255 or 32.52% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D95893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95893 is #26A76C. Grayscale: #858585. Windows color (decimal): -2533229 or 9656537. OLE color: 9656537.

HSL color Cylindrical-coordinate representation of color #D95893: hue angle of 332.56º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95893 is Cyan = 0, Magento = 0.59, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB21788147-
CMYK00.590.320.15
HSL332.56º62.93%59.8%-
HSV(B)332.56º59.45%85.1%-
XYZ37.3723.8430.24-
YUV133.3135.74187.7-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 88 (34.77% from 255) = 19.47%
BLUE value IS 147 (57.81% from 255) = 32.52%
R=48.01%
G=19.47%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178814700.590.320.15332.5662.9359.8
HexD9589303B20F14d3f3c
Octal33113022307340175157774
Binary1101100110110001001001101110111000001111101001101111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95893; }

 p { color: rgb(217,88,147); }

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

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

 a { background-color: rgb(217,88,147); }

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

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

 span { border-color: rgb(217,88,147); }

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