#D25EAD

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

Shades of Hopbush #D25EAD

Tints of Hopbush #D25EAD

Color information

#D25EAD (or 0xD25EAD) is unknown color: approx Hopbush. HEX triplet: D2, 5E and AD. RGB value is (210,94,173). Sum of RGB (Red+Green+Blue) = 210+94+173=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 94 (37.11% from 255 or 19.71% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D25EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25EAD is #2DA152. Grayscale: #898989. Windows color (decimal): -2990419 or 11362002. OLE color: 11362002.

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

Color convert

RGB21094173-
CMYK00.550.180.18
HSL319.14º56.31%59.61%-
HSV(B)319.14º55.24%82.35%-
XYZ38.1224.7242.3-
YUV137.69147.93179.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.03%
GREEN value IS 94 (37.11% from 255) = 19.71%
BLUE value IS 173 (67.97% from 255) = 36.27%
R=44.03%
G=19.71%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109417300.550.180.18319.1456.3159.61
HexD25EAD037121213f383c
Octal32213625506722224777074
Binary1101001010111101010110101101111001010010100111111111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25EAD; }

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

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

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

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

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

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

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

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