#D05B8B

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

Shades of Hopbush #D05B8B

Tints of Hopbush #D05B8B

Color information

#D05B8B (or 0xD05B8B) is unknown color: approx Hopbush. HEX triplet: D0, 5B and 8B. RGB value is (208,91,139). Sum of RGB (Red+Green+Blue) = 208+91+139=438 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.49% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 139 (54.69% from 255 or 31.74% from 438); Max value from RGB is 208 - color contains mainly: red. Hex color #D05B8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05B8B is #2FA474. Grayscale: #838383. Windows color (decimal): -3122293 or 9133008. OLE color: 9133008.

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

Color convert

RGB20891139-
CMYK00.560.330.18
HSL335.38º55.45%58.63%-
HSV(B)335.38º56.25%81.57%-
XYZ34.4122.7627-
YUV131.45132.26182.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.49%
GREEN value IS 91 (35.94% from 255) = 20.78%
BLUE value IS 139 (54.69% from 255) = 31.74%
R=47.49%
G=20.78%
B=31.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089113900.560.330.18335.3855.4558.63
HexD05B8B038211214f373b
Octal32013321307041225176773
Binary11010000101101110001011011100010000110010101001111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05B8B; }

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

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

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

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

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

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

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

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