#D95B95

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

Shades of Hopbush #D95B95

Tints of Hopbush #D95B95

Color information

#D95B95 (or 0xD95B95) is unknown color: approx Hopbush. HEX triplet: D9, 5B and 95. RGB value is (217,91,149). Sum of RGB (Red+Green+Blue) = 217+91+149=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 91 (35.94% from 255 or 19.91% from 457); Blue value is 149 (58.59% from 255 or 32.60% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95B95 is #26A46A. Grayscale: #878787. Windows color (decimal): -2532459 or 9788377. OLE color: 9788377.

HSL color Cylindrical-coordinate representation of color #D95B95: hue angle of 332.38º 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 #D95B95 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB21791149-
CMYK00.580.310.15
HSL332.38º62.38%60.39%-
HSV(B)332.38º58.06%85.1%-
XYZ37.7824.431.15-
YUV135.29135.74186.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.48%
GREEN value IS 91 (35.94% from 255) = 19.91%
BLUE value IS 149 (58.59% from 255) = 32.60%
R=47.48%
G=19.91%
B=32.60%

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
Decimal2179114900.580.310.15332.3862.3860.39
HexD95B9503A1FF14c3e3c
Octal33113322507237175147674
Binary110110011011011100101010111010111111111101001100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95B95; }

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

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

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

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

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

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

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

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