#D95D97

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

Shades of Hopbush #D95D97

Tints of Hopbush #D95D97

Color information

#D95D97 (or 0xD95D97) is unknown color: approx Hopbush. HEX triplet: D9, 5D and 97. RGB value is (217,93,151). Sum of RGB (Red+Green+Blue) = 217+93+151=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 93 (36.72% from 255 or 20.17% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D95D97 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95D97 is #26A268. Grayscale: #888888. Windows color (decimal): -2531945 or 9919961. OLE color: 9919961.

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

Color convert

RGB21793151-
CMYK00.570.300.15
HSL331.94º62%60.78%-
HSV(B)331.94º57.14%85.1%-
XYZ38.1224.8132.06-
YUV136.69136.08185.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.07%
GREEN value IS 93 (36.72% from 255) = 20.17%
BLUE value IS 151 (59.38% from 255) = 32.75%
R=47.07%
G=20.17%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179315100.570.300.15331.946260.78
HexD95D970391EF14c3e3d
Octal33113522707136175147675
Binary110110011011101100101110111001111101111101001100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95D97; }

 p { color: rgb(217,93,151); }

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

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

 a { background-color: rgb(217,93,151); }

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

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

 span { border-color: rgb(217,93,151); }

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