#D05FAA

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

Shades of Hopbush #D05FAA

Tints of Hopbush #D05FAA

Color information

#D05FAA (or 0xD05FAA) is unknown color: approx Hopbush. HEX triplet: D0, 5F and AA. RGB value is (208,95,170). Sum of RGB (Red+Green+Blue) = 208+95+170=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 95 (37.5% from 255 or 20.08% from 473); Blue value is 170 (66.80% from 255 or 35.94% from 473); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05FAA is #2FA055. Grayscale: #898989. Windows color (decimal): -3121238 or 11165648. OLE color: 11165648.

HSL color Cylindrical-coordinate representation of color #D05FAA: hue angle of 320.18º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D05FAA is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB20895170-
CMYK00.540.180.18
HSL320.18º54.59%59.41%-
HSV(B)320.18º54.33%81.57%-
XYZ37.3624.540.79-
YUV137.34146.44178.4-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.97%
GREEN value IS 95 (37.5% from 255) = 20.08%
BLUE value IS 170 (66.80% from 255) = 35.94%
R=43.97%
G=20.08%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089517000.540.180.18320.1854.5959.41
HexD05FAA0361212140373b
Octal32013725206622225006773
Binary1101000010111111010101001101101001010010101000000110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05FAA; }

 p { color: rgb(208,95,170); }

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

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

 a { background-color: rgb(208,95,170); }

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

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

 span { border-color: rgb(208,95,170); }

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