#D95E9A

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

Shades of Hopbush #D95E9A

Tints of Hopbush #D95E9A

Color information

#D95E9A (or 0xD95E9A) is unknown color: approx Hopbush. HEX triplet: D9, 5E and 9A. RGB value is (217,94,154). Sum of RGB (Red+Green+Blue) = 217+94+154=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95E9A is #26A165. Grayscale: #898989. Windows color (decimal): -2531686 or 10116825. OLE color: 10116825.

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

Color convert

RGB21794154-
CMYK00.570.290.15
HSL330.73º61.81%60.98%-
HSV(B)330.73º56.68%85.1%-
XYZ38.4525.0933.39-
YUV137.62137.25184.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 94 (37.11% from 255) = 20.22%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=46.67%
G=20.22%
B=33.12%

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
Decimal2179415400.570.290.15330.7361.8160.98
HexD95E9A0391DF14b3e3d
Octal33113623207135175137675
Binary110110011011110100110100111001111011111101001011111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95E9A; }

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

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

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

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

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

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

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

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