#D2475A

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

Shades of Mandy #D2475A

Tints of Mandy #D2475A

Color information

#D2475A (or 0xD2475A) is unknown color: approx Mandy. HEX triplet: D2, 47 and 5A. RGB value is (210,71,90). Sum of RGB (Red+Green+Blue) = 210+71+90=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 71 (28.12% from 255 or 19.14% from 371); Blue value is 90 (35.55% from 255 or 24.26% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2475A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2475A is #2DB8A5. Grayscale: #727272. Windows color (decimal): -2996390 or 5916626. OLE color: 5916626.

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

Color convert

RGB2107190-
CMYK00.660.570.18
HSL351.8º60.7%55.1%-
HSV(B)351.8º66.19%82.35%-
XYZ30.6818.9511.71-
YUV114.73114.05195.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.60%
GREEN value IS 71 (28.12% from 255) = 19.14%
BLUE value IS 90 (35.55% from 255) = 24.26%
R=56.60%
G=19.14%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210719000.660.570.18351.860.755.1
HexD2475A04239121603d37
Octal322107132010271225407567
Binary11010010100011110110100100001011100110010101100000111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2475A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2475A; }

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

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

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

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

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

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

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

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