#D05EA2

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

Shades of Hopbush #D05EA2

Tints of Hopbush #D05EA2

Color information

#D05EA2 (or 0xD05EA2) is unknown color: approx Hopbush. HEX triplet: D0, 5E and A2. RGB value is (208,94,162). Sum of RGB (Red+Green+Blue) = 208+94+162=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 162 (63.67% from 255 or 34.91% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D05EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05EA2 is #2FA15D. Grayscale: #878787. Windows color (decimal): -3121502 or 10641104. OLE color: 10641104.

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

Color convert

RGB20894162-
CMYK00.550.220.18
HSL324.21º54.81%59.22%-
HSV(B)324.21º54.81%81.57%-
XYZ36.5424.0236.89-
YUV135.84142.77179.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.83%
GREEN value IS 94 (37.11% from 255) = 20.26%
BLUE value IS 162 (63.67% from 255) = 34.91%
R=44.83%
G=20.26%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089416200.550.220.18324.2154.8159.22
HexD05EA20371612144373b
Octal32013624206726225046773
Binary1101000010111101010001001101111011010010101000100110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05EA2; }

 p { color: rgb(208,94,162); }

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

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

 a { background-color: rgb(208,94,162); }

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

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

 span { border-color: rgb(208,94,162); }

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