#D05C9B

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

Shades of Hopbush #D05C9B

Tints of Hopbush #D05C9B

Color information

#D05C9B (or 0xD05C9B) is unknown color: approx Hopbush. HEX triplet: D0, 5C and 9B. RGB value is (208,92,155). Sum of RGB (Red+Green+Blue) = 208+92+155=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 155 (60.94% from 255 or 34.07% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05C9B is #2FA364. Grayscale: #858585. Windows color (decimal): -3122021 or 10181840. OLE color: 10181840.

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

Color convert

RGB20892155-
CMYK00.560.250.18
HSL327.41º55.24%58.82%-
HSV(B)327.41º55.77%81.57%-
XYZ35.7623.4333.65-
YUV133.87139.93180.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.71%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 155 (60.94% from 255) = 34.07%
R=45.71%
G=20.22%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089215500.560.250.18327.4155.2458.82
HexD05C9B0381912147373b
Octal32013423307031225076773
Binary1101000010111001001101101110001100110010101000111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05C9B; }

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

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

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

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

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

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

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

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