#D25EA9

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

Shades of Hopbush #D25EA9

Tints of Hopbush #D25EA9

Color information

#D25EA9 (or 0xD25EA9) is unknown color: approx Hopbush. HEX triplet: D2, 5E and A9. RGB value is (210,94,169). Sum of RGB (Red+Green+Blue) = 210+94+169=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 94 (37.11% from 255 or 19.87% from 473); Blue value is 169 (66.41% from 255 or 35.73% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25EA9 is #2DA156. Grayscale: #898989. Windows color (decimal): -2990423 or 11099858. OLE color: 11099858.

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

Color convert

RGB21094169-
CMYK00.550.200.18
HSL321.21º56.31%59.61%-
HSV(B)321.21º55.24%82.35%-
XYZ37.7424.5740.29-
YUV137.23145.93179.9-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.40%
GREEN value IS 94 (37.11% from 255) = 19.87%
BLUE value IS 169 (66.41% from 255) = 35.73%
R=44.40%
G=19.87%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109416900.550.200.18321.2156.3159.61
HexD25EA90371412141383c
Octal32213625106724225017074
Binary1101001010111101010100101101111010010010101000001111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25EA9; }

 p { color: rgb(210,94,169); }

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

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

 a { background-color: rgb(210,94,169); }

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

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

 span { border-color: rgb(210,94,169); }

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