#D05EA1

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

Shades of Hopbush #D05EA1

Tints of Hopbush #D05EA1

Color information

#D05EA1 (or 0xD05EA1) is unknown color: approx Hopbush. HEX triplet: D0, 5E and A1. RGB value is (208,94,161). Sum of RGB (Red+Green+Blue) = 208+94+161=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 161 (63.28% from 255 or 34.77% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D05EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D05EA1 is #2FA15E. Grayscale: #878787. Windows color (decimal): -3121503 or 10575568. OLE color: 10575568.

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

Color convert

RGB20894161-
CMYK00.550.230.18
HSL324.74º54.81%59.22%-
HSV(B)324.74º54.81%81.57%-
XYZ36.4523.9936.43-
YUV135.72142.27179.55-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 94 (37.11% from 255) = 20.30%
BLUE value IS 161 (63.28% from 255) = 34.77%
R=44.92%
G=20.30%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2089416100.550.230.18324.7454.8159.22
HexD05EA10371712145373b
Octal32013624106727225056773
Binary1101000010111101010000101101111011110010101000101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D05EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D05EA1; }

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

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

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

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

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

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

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

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