#D95B9F

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

Shades of Hopbush #D95B9F

Tints of Hopbush #D95B9F

Color information

#D95B9F (or 0xD95B9F) is unknown color: approx Hopbush. HEX triplet: D9, 5B and 9F. RGB value is (217,91,159). Sum of RGB (Red+Green+Blue) = 217+91+159=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 91 (35.94% from 255 or 19.49% from 467); Blue value is 159 (62.5% from 255 or 34.05% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D95B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95B9F is #26A460. Grayscale: #888888. Windows color (decimal): -2532449 or 10443737. OLE color: 10443737.

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

Color convert

RGB21791159-
CMYK00.580.270.15
HSL327.62º62.38%60.39%-
HSV(B)327.62º58.06%85.1%-
XYZ38.6124.7435.54-
YUV136.43140.74185.47-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.47%
GREEN value IS 91 (35.94% from 255) = 19.49%
BLUE value IS 159 (62.5% from 255) = 34.05%
R=46.47%
G=19.49%
B=34.05%

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
Decimal2179115900.580.270.15327.6262.3860.39
HexD95B9F03A1BF1483e3c
Octal33113323707233175107674
Binary110110011011011100111110111010110111111101001000111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95B9F; }

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

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

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

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

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

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

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

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