#D95F9E

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

Shades of Hopbush #D95F9E

Tints of Hopbush #D95F9E

Color information

#D95F9E (or 0xD95F9E) is unknown color: approx Hopbush. HEX triplet: D9, 5F and 9E. RGB value is (217,95,158). Sum of RGB (Red+Green+Blue) = 217+95+158=470 (62% of max value = 765). Red value is 217 (85.16% from 255 or 46.17% from 470); Green value is 95 (37.5% from 255 or 20.21% from 470); Blue value is 158 (62.11% from 255 or 33.62% from 470); Max value from RGB is 217 - color contains mainly: red. Hex color #D95F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95F9E is #26A061. Grayscale: #8A8A8A. Windows color (decimal): -2531426 or 10379225. OLE color: 10379225.

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

Color convert

RGB21795158-
CMYK00.560.270.15
HSL329.02º61.62%61.18%-
HSV(B)329.02º56.22%85.1%-
XYZ38.8825.435.2-
YUV138.66138.92183.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.17%
GREEN value IS 95 (37.5% from 255) = 20.21%
BLUE value IS 158 (62.11% from 255) = 33.62%
R=46.17%
G=20.21%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179515800.560.270.15329.0261.6261.18
HexD95F9E0381BF1493e3d
Octal33113723607033175117675
Binary110110011011111100111100111000110111111101001001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95F9E; }

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

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

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

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

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

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

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

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