#D95A99

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

Shades of Hopbush #D95A99

Tints of Hopbush #D95A99

Color information

#D95A99 (or 0xD95A99) is unknown color: approx Hopbush. HEX triplet: D9, 5A and 99. RGB value is (217,90,153). Sum of RGB (Red+Green+Blue) = 217+90+153=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D95A99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95A99 is #26A566. Grayscale: #878787. Windows color (decimal): -2532711 or 10050265. OLE color: 10050265.

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

Color convert

RGB21790153-
CMYK00.590.290.15
HSL330.24º62.56%60.2%-
HSV(B)330.24º58.53%85.1%-
XYZ38.0224.3632.84-
YUV135.16138.08186.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 90 (35.55% from 255) = 19.57%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=47.17%
G=19.57%
B=33.26%

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
Decimal2179015300.590.290.15330.2462.5660.2
HexD95A9903B1DF14a3f3c
Octal33113223107335175127774
Binary110110011011010100110010111011111011111101001010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95A99; }

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

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

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

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

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

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

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

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