#D95E90

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

Shades of Hopbush #D95E90

Tints of Hopbush #D95E90

Color information

#D95E90 (or 0xD95E90) is unknown color: approx Hopbush. HEX triplet: D9, 5E and 90. RGB value is (217,94,144). Sum of RGB (Red+Green+Blue) = 217+94+144=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 144 (56.64% from 255 or 31.65% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D95E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D95E90 is #26A16F. Grayscale: #888888. Windows color (decimal): -2531696 or 9461465. OLE color: 9461465.

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

Color convert

RGB21794144-
CMYK00.570.340.15
HSL335.61º61.81%60.98%-
HSV(B)335.61º56.68%85.1%-
XYZ37.6524.7729.18-
YUV136.48132.25185.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 94 (37.11% from 255) = 20.66%
BLUE value IS 144 (56.64% from 255) = 31.65%
R=47.69%
G=20.66%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2179414400.570.340.15335.6161.8160.98
HexD95E9003922F1503e3d
Octal33113622007142175207675
Binary1101100110111101001000001110011000101111101010000111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D95E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D95E90; }

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

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

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

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

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

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

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

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