#D05C90

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

Shades of Hopbush #D05C90

Tints of Hopbush #D05C90

Color information

#D05C90 (or 0xD05C90) is unknown color: approx Hopbush. HEX triplet: D0, 5C and 90. RGB value is (208,92,144). Sum of RGB (Red+Green+Blue) = 208+92+144=444 (58% of max value = 765). Red value is 208 (81.64% from 255 or 46.85% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 144 (56.64% from 255 or 32.43% from 444); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05C90 is #2FA36F. Grayscale: #848484. Windows color (decimal): -3122032 or 9460944. OLE color: 9460944.

HSL color Cylindrical-coordinate representation of color #D05C90: hue angle of 333.1º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D05C90 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.18.

Color convert

RGB20892144-
CMYK00.560.310.18
HSL333.1º55.24%58.82%-
HSV(B)333.1º55.77%81.57%-
XYZ34.8723.0829-
YUV132.61134.43181.77-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.85%
GREEN value IS 92 (36.33% from 255) = 20.72%
BLUE value IS 144 (56.64% from 255) = 32.43%
R=46.85%
G=20.72%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089214400.560.310.18333.155.2458.82
HexD05C900381F1214d373b
Octal32013422007037225156773
Binary1101000010111001001000001110001111110010101001101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05C90; }

 p { color: rgb(208,92,144); }

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

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

 a { background-color: rgb(208,92,144); }

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

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

 span { border-color: rgb(208,92,144); }

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