#D25EA1

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

Shades of Hopbush #D25EA1

Tints of Hopbush #D25EA1

Color information

#D25EA1 (or 0xD25EA1) is unknown color: approx Hopbush. HEX triplet: D2, 5E and A1. RGB value is (210,94,161). Sum of RGB (Red+Green+Blue) = 210+94+161=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 94 (37.11% from 255 or 20.22% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25EA1 is #2DA15E. Grayscale: #888888. Windows color (decimal): -2990431 or 10575570. OLE color: 10575570.

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

Color convert

RGB21094161-
CMYK00.550.230.18
HSL325.34º56.31%59.61%-
HSV(B)325.34º55.24%82.35%-
XYZ37.0124.2836.45-
YUV136.32141.93180.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.16%
GREEN value IS 94 (37.11% from 255) = 20.22%
BLUE value IS 161 (63.28% from 255) = 34.62%
R=45.16%
G=20.22%
B=34.62%

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
Decimal2109416100.550.230.18325.3456.3159.61
HexD25EA10371712145383c
Octal32213624106727225057074
Binary1101001010111101010000101101111011110010101000101111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25EA1; }

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

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

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

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

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

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

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

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