#D95E9D

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

Shades of Hopbush #D95E9D

Tints of Hopbush #D95E9D

Color information

#D95E9D (or 0xD95E9D) is unknown color: approx Hopbush. HEX triplet: D9, 5E and 9D. RGB value is (217,94,157). Sum of RGB (Red+Green+Blue) = 217+94+157=468 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.37% from 468); Green value is 94 (37.11% from 255 or 20.09% from 468); Blue value is 157 (61.72% from 255 or 33.55% from 468); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95E9D is #26A162. Grayscale: #898989. Windows color (decimal): -2531683 or 10313433. OLE color: 10313433.

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

Color convert

RGB21794157-
CMYK00.570.280.15
HSL329.27º61.81%60.98%-
HSV(B)329.27º56.68%85.1%-
XYZ38.725.1934.72-
YUV137.96138.75184.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.37%
GREEN value IS 94 (37.11% from 255) = 20.09%
BLUE value IS 157 (61.72% from 255) = 33.55%
R=46.37%
G=20.09%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179415700.570.280.15329.2761.8160.98
HexD95E9D0391CF1493e3d
Octal33113623507134175117675
Binary110110011011110100111010111001111001111101001001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95E9D; }

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

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

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

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

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

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

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

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