#D95B96

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

Shades of Hopbush #D95B96

Tints of Hopbush #D95B96

Color information

#D95B96 (or 0xD95B96) is unknown color: approx Hopbush. HEX triplet: D9, 5B and 96. RGB value is (217,91,150). Sum of RGB (Red+Green+Blue) = 217+91+150=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 91 (35.94% from 255 or 19.87% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95B96 is #26A469. Grayscale: #878787. Windows color (decimal): -2532458 or 9853913. OLE color: 9853913.

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

Color convert

RGB21791150-
CMYK00.580.310.15
HSL331.9º62.38%60.39%-
HSV(B)331.9º58.06%85.1%-
XYZ37.8624.4431.58-
YUV135.4136.24186.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.38%
GREEN value IS 91 (35.94% from 255) = 19.87%
BLUE value IS 150 (58.98% from 255) = 32.75%
R=47.38%
G=19.87%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179115000.580.310.15331.962.3860.39
HexD95B9603A1FF14c3e3c
Octal33113322607237175147674
Binary110110011011011100101100111010111111111101001100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95B96; }

 p { color: rgb(217,91,150); }

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

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

 a { background-color: rgb(217,91,150); }

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

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

 span { border-color: rgb(217,91,150); }

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