#D05BA0

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

Shades of Hopbush #D05BA0

Tints of Hopbush #D05BA0

Color information

#D05BA0 (or 0xD05BA0) is unknown color: approx Hopbush. HEX triplet: D0, 5B and A0. RGB value is (208,91,160). Sum of RGB (Red+Green+Blue) = 208+91+160=459 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.32% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 208 - color contains mainly: red. Hex color #D05BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05BA0 is #2FA45F. Grayscale: #858585. Windows color (decimal): -3122272 or 10509264. OLE color: 10509264.

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

Color convert

RGB20891160-
CMYK00.560.230.18
HSL324.62º55.45%58.63%-
HSV(B)324.62º56.25%81.57%-
XYZ36.123.4335.88-
YUV133.85142.76180.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.32%
GREEN value IS 91 (35.94% from 255) = 19.83%
BLUE value IS 160 (62.89% from 255) = 34.86%
R=45.32%
G=19.83%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089116000.560.230.18324.6255.4558.63
HexD05BA00381712145373b
Octal32013324007027225056773
Binary1101000010110111010000001110001011110010101000101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05BA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05BA0; }

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

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

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

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

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

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

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

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