#D25AA4

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

Shades of Mulberry #D25AA4

Tints of Mulberry #D25AA4

Color information

#D25AA4 (or 0xD25AA4) is unknown color: approx Mulberry. HEX triplet: D2, 5A and A4. RGB value is (210,90,164). Sum of RGB (Red+Green+Blue) = 210+90+164=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 90 (35.55% from 255 or 19.40% from 464); Blue value is 164 (64.45% from 255 or 35.34% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D25AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D25AA4 is #2DA55B. Grayscale: #868686. Windows color (decimal): -2991452 or 10771154. OLE color: 10771154.

HSL color Cylindrical-coordinate representation of color #D25AA4: hue angle of 323º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D25AA4 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB21090164-
CMYK00.570.220.18
HSL323º57.14%58.82%-
HSV(B)323º57.14%82.35%-
XYZ36.9423.6937.75-
YUV134.32144.76181.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.26%
GREEN value IS 90 (35.55% from 255) = 19.40%
BLUE value IS 164 (64.45% from 255) = 35.34%
R=45.26%
G=19.40%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109016400.570.220.1832357.1458.82
HexD25AA40391612143393b
Octal32213224407126225037173
Binary1101001010110101010010001110011011010010101000011111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D25AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D25AA4; }

 p { color: rgb(210,90,164); }

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

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

 a { background-color: rgb(210,90,164); }

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

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

 span { border-color: rgb(210,90,164); }

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