#D95B9E

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

Shades of Hopbush #D95B9E

Tints of Hopbush #D95B9E

Color information

#D95B9E (or 0xD95B9E) is unknown color: approx Hopbush. HEX triplet: D9, 5B and 9E. RGB value is (217,91,158). Sum of RGB (Red+Green+Blue) = 217+91+158=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 158 (62.11% from 255 or 33.91% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95B9E is #26A461. Grayscale: #888888. Windows color (decimal): -2532450 or 10378201. OLE color: 10378201.

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

Color convert

RGB21791158-
CMYK00.580.270.15
HSL328.1º62.38%60.39%-
HSV(B)328.1º58.06%85.1%-
XYZ38.5324.735.09-
YUV136.31140.24185.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 91 (35.94% from 255) = 19.53%
BLUE value IS 158 (62.11% from 255) = 33.91%
R=46.57%
G=19.53%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179115800.580.270.15328.162.3860.39
HexD95B9E03A1BF1483e3c
Octal33113323607233175107674
Binary110110011011011100111100111010110111111101001000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95B9E; }

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

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

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

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

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

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

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

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