#D95E9B

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

Shades of Hopbush #D95E9B

Tints of Hopbush #D95E9B

Color information

#D95E9B (or 0xD95E9B) is unknown color: approx Hopbush. HEX triplet: D9, 5E and 9B. RGB value is (217,94,155). Sum of RGB (Red+Green+Blue) = 217+94+155=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 94 (37.11% from 255 or 20.17% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95E9B is #26A164. Grayscale: #898989. Windows color (decimal): -2531685 or 10182361. OLE color: 10182361.

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

Color convert

RGB21794155-
CMYK00.570.290.15
HSL330.24º61.81%60.98%-
HSV(B)330.24º56.68%85.1%-
XYZ38.5325.1233.83-
YUV137.73137.75184.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 94 (37.11% from 255) = 20.17%
BLUE value IS 155 (60.94% from 255) = 33.26%
R=46.57%
G=20.17%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179415500.570.290.15330.2461.8160.98
HexD95E9B0391DF14a3e3d
Octal33113623307135175127675
Binary110110011011110100110110111001111011111101001010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95E9B; }

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

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

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

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

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

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

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

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