#d05fa4

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

Shades of Hopbush #D05FA4

Tints of Hopbush #D05FA4

Color information

#D05FA4 (or 0xD05FA4) is unknown color: approx Hopbush. HEX triplet: D0, 5F and A4. RGB value is (208,95,164). Sum of RGB (Red+Green+Blue) = 208+95+164=467 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.54% from 467); Green value is 95 (37.5% from 255 or 20.34% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 208 - color contains mainly: red. Hex color #D05FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05FA4 is #2FA05B. Grayscale: #888888. Windows color (decimal): -3121244 or 10772432. OLE color: 10772432.

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

Color convert

RGB20895164-
CMYK00.540.210.18
HSL323.36º54.59%59.41%-
HSV(B)323.36º54.33%81.57%-
XYZ36.8124.2737.87-
YUV136.65143.44178.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.54%
GREEN value IS 95 (37.5% from 255) = 20.34%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=44.54%
G=20.34%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089516400.540.210.18323.3654.5959.41
HexD05FA40361512143373b
Octal32013724406625225036773
Binary1101000010111111010010001101101010110010101000011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d05fa4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d05fa4; }

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

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

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

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

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

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

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

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