#D95EAE

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

Shades of Hopbush #D95EAE

Tints of Hopbush #D95EAE

Color information

#D95EAE (or 0xD95EAE) is unknown color: approx Hopbush. HEX triplet: D9, 5E and AE. RGB value is (217,94,174). Sum of RGB (Red+Green+Blue) = 217+94+174=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 94 (37.11% from 255 or 19.38% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95EAE is #26A151. Grayscale: #8B8B8B. Windows color (decimal): -2531666 or 11427545. OLE color: 11427545.

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

Color convert

RGB21794174-
CMYK00.570.200.15
HSL320.98º61.81%60.98%-
HSV(B)320.98º56.68%85.1%-
XYZ40.2625.8142.91-
YUV139.9147.25183-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 94 (37.11% from 255) = 19.38%
BLUE value IS 174 (68.36% from 255) = 35.88%
R=44.74%
G=19.38%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179417400.570.200.15320.9861.8160.98
HexD95EAE03914F1413e3d
Octal33113625607124175017675
Binary110110011011110101011100111001101001111101000001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95EAE; }

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

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

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

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

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

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

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

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