#D05C94

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

Shades of Hopbush #D05C94

Tints of Hopbush #D05C94

Color information

#D05C94 (or 0xD05C94) is unknown color: approx Hopbush. HEX triplet: D0, 5C and 94. RGB value is (208,92,148). Sum of RGB (Red+Green+Blue) = 208+92+148=448 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.43% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05C94 is #2FA36B. Grayscale: #848484. Windows color (decimal): -3122028 or 9723088. OLE color: 9723088.

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

Color convert

RGB20892148-
CMYK00.560.290.18
HSL331.03º55.24%58.82%-
HSV(B)331.03º55.77%81.57%-
XYZ35.1823.230.64-
YUV133.07136.43181.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.43%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 148 (58.20% from 255) = 33.04%
R=46.43%
G=20.54%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089214800.560.290.18331.0355.2458.82
HexD05C940381D1214b373b
Octal32013422407035225136773
Binary1101000010111001001010001110001110110010101001011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05C94; }

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

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

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

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

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

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

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

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