#D2475C

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

Shades of Mandy #D2475C

Tints of Mandy #D2475C

Color information

#D2475C (or 0xD2475C) is unknown color: approx Mandy. HEX triplet: D2, 47 and 5C. RGB value is (210,71,92). Sum of RGB (Red+Green+Blue) = 210+71+92=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D2475C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2475C is #2DB8A3. Grayscale: #737373. Windows color (decimal): -2996388 or 6047698. OLE color: 6047698.

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

Color convert

RGB2107192-
CMYK00.660.560.18
HSL350.94º60.7%55.1%-
HSV(B)350.94º66.19%82.35%-
XYZ30.7618.9812.17-
YUV114.96115.05195.79-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.30%
GREEN value IS 71 (28.12% from 255) = 19.03%
BLUE value IS 92 (36.33% from 255) = 24.66%
R=56.30%
G=19.03%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210719200.660.560.18350.9460.755.1
HexD2475C042381215f3d37
Octal322107134010270225377567
Binary11010010100011110111000100001011100010010101011111111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2475C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2475C; }

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

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

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

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

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

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

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

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