#D05B8A

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

Shades of Hopbush #D05B8A

Tints of Hopbush #D05B8A

Color information

#D05B8A (or 0xD05B8A) is unknown color: approx Hopbush. HEX triplet: D0, 5B and 8A. RGB value is (208,91,138). Sum of RGB (Red+Green+Blue) = 208+91+138=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D05B8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05B8A is #2FA475. Grayscale: #838383. Windows color (decimal): -3122294 or 9067472. OLE color: 9067472.

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

Color convert

RGB20891138-
CMYK00.560.340.18
HSL335.9º55.45%58.63%-
HSV(B)335.9º56.25%81.57%-
XYZ34.3422.7326.62-
YUV131.34131.76182.68-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.60%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 138 (54.30% from 255) = 31.58%
R=47.60%
G=20.82%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089113800.560.340.18335.955.4558.63
HexD05B8A0382212150373b
Octal32013321207042225206773
Binary11010000101101110001010011100010001010010101010000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05B8A; }

 p { color: rgb(208,91,138); }

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

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

 a { background-color: rgb(208,91,138); }

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

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

 span { border-color: rgb(208,91,138); }

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