#D2475E

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

Shades of Mandy #D2475E

Tints of Mandy #D2475E

Color information

#D2475E (or 0xD2475E) is unknown color: approx Mandy. HEX triplet: D2, 47 and 5E. RGB value is (210,71,94). Sum of RGB (Red+Green+Blue) = 210+71+94=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 94 (37.11% from 255 or 25.07% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D2475E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2475E is #2DB8A1. Grayscale: #737373. Windows color (decimal): -2996386 or 6178770. OLE color: 6178770.

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

Color convert

RGB2107194-
CMYK00.660.550.18
HSL350.07º60.7%55.1%-
HSV(B)350.07º66.19%82.35%-
XYZ30.8519.0212.63-
YUV115.18116.05195.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56%
GREEN value IS 71 (28.12% from 255) = 18.93%
BLUE value IS 94 (37.11% from 255) = 25.07%
R=56%
G=18.93%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210719400.660.550.18350.0760.755.1
HexD2475E042371215e3d37
Octal322107136010267225367567
Binary11010010100011110111100100001011011110010101011110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2475E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2475E; }

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

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

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

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

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

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

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

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