#D95EA8

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

Shades of Hopbush #D95EA8

Tints of Hopbush #D95EA8

Color information

#D95EA8 (or 0xD95EA8) is unknown color: approx Hopbush. HEX triplet: D9, 5E and A8. RGB value is (217,94,168). Sum of RGB (Red+Green+Blue) = 217+94+168=479 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.30% from 479); Green value is 94 (37.11% from 255 or 19.62% from 479); Blue value is 168 (66.02% from 255 or 35.07% from 479); Max value from RGB is 217 - color contains mainly: red. Hex color #D95EA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95EA8 is #26A157. Grayscale: #8B8B8B. Windows color (decimal): -2531672 or 11034329. OLE color: 11034329.

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

Color convert

RGB21794168-
CMYK00.570.230.15
HSL323.9º61.81%60.98%-
HSV(B)323.9º56.68%85.1%-
XYZ39.6925.5839.89-
YUV139.21144.25183.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.30%
GREEN value IS 94 (37.11% from 255) = 19.62%
BLUE value IS 168 (66.02% from 255) = 35.07%
R=45.30%
G=19.62%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179416800.570.230.15323.961.8160.98
HexD95EA803917F1443e3d
Octal33113625007127175047675
Binary110110011011110101010000111001101111111101000100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95EA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95EA8; }

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

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

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

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

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

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

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

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