#D05F9C

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

Shades of Hopbush #D05F9C

Tints of Hopbush #D05F9C

Color information

#D05F9C (or 0xD05F9C) is unknown color: approx Hopbush. HEX triplet: D0, 5F and 9C. RGB value is (208,95,156). Sum of RGB (Red+Green+Blue) = 208+95+156=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 95 (37.5% from 255 or 20.70% from 459); Blue value is 156 (61.33% from 255 or 33.99% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D05F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05F9C is #2FA063. Grayscale: #878787. Windows color (decimal): -3121252 or 10248144. OLE color: 10248144.

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

Color convert

RGB20895156-
CMYK00.540.250.18
HSL327.61º54.59%59.41%-
HSV(B)327.61º54.33%81.57%-
XYZ36.1123.9934.18-
YUV135.74139.44179.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 95 (37.5% from 255) = 20.70%
BLUE value IS 156 (61.33% from 255) = 33.99%
R=45.32%
G=20.70%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089515600.540.250.18327.6154.5959.41
HexD05F9C0361912148373b
Octal32013723406631225106773
Binary1101000010111111001110001101101100110010101001000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05F9C; }

 p { color: rgb(208,95,156); }

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

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

 a { background-color: rgb(208,95,156); }

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

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

 span { border-color: rgb(208,95,156); }

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