#D25EAB

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

Shades of Hopbush #D25EAB

Tints of Hopbush #D25EAB

Color information

#D25EAB (or 0xD25EAB) is unknown color: approx Hopbush. HEX triplet: D2, 5E and AB. RGB value is (210,94,171). Sum of RGB (Red+Green+Blue) = 210+94+171=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 94 (37.11% from 255 or 19.79% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EAB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25EAB is #2DA154. Grayscale: #898989. Windows color (decimal): -2990421 or 11230930. OLE color: 11230930.

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

Color convert

RGB21094171-
CMYK00.550.190.18
HSL320.17º56.31%59.61%-
HSV(B)320.17º55.24%82.35%-
XYZ37.9324.6541.29-
YUV137.46146.93179.74-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 94 (37.11% from 255) = 19.79%
BLUE value IS 171 (67.19% from 255) = 36%
R=44.21%
G=19.79%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109417100.550.190.18320.1756.3159.61
HexD25EAB0371312140383c
Octal32213625306723225007074
Binary1101001010111101010101101101111001110010101000000111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25EAB; }

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

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

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

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

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

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

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

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