#D95A9B

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

Shades of Hopbush #D95A9B

Tints of Hopbush #D95A9B

Color information

#D95A9B (or 0xD95A9B) is unknown color: approx Hopbush. HEX triplet: D9, 5A and 9B. RGB value is (217,90,155). Sum of RGB (Red+Green+Blue) = 217+90+155=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 155 (60.94% from 255 or 33.55% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95A9B is #26A564. Grayscale: #878787. Windows color (decimal): -2532709 or 10181337. OLE color: 10181337.

HSL color Cylindrical-coordinate representation of color #D95A9B: hue angle of 329.29º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D95A9B is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB21790155-
CMYK00.590.290.15
HSL329.29º62.56%60.2%-
HSV(B)329.29º58.53%85.1%-
XYZ38.1924.4333.71-
YUV135.38139.08186.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.97%
GREEN value IS 90 (35.55% from 255) = 19.48%
BLUE value IS 155 (60.94% from 255) = 33.55%
R=46.97%
G=19.48%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179015500.590.290.15329.2962.5660.2
HexD95A9B03B1DF1493f3c
Octal33113223307335175117774
Binary110110011011010100110110111011111011111101001001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95A9B; }

 p { color: rgb(217,90,155); }

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

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

 a { background-color: rgb(217,90,155); }

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

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

 span { border-color: rgb(217,90,155); }

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