#D2575F

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

Shades of Mandy #D2575F

Tints of Mandy #D2575F

Color information

#D2575F (or 0xD2575F) is unknown color: approx Mandy. HEX triplet: D2, 57 and 5F. RGB value is (210,87,95). Sum of RGB (Red+Green+Blue) = 210+87+95=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 87 (34.38% from 255 or 22.19% from 392); Blue value is 95 (37.5% from 255 or 24.23% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2575F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2575F is #2DA8A0. Grayscale: #7C7C7C. Windows color (decimal): -2992289 or 6248402. OLE color: 6248402.

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

Color convert

RGB2108795-
CMYK00.590.550.18
HSL356.1º57.75%58.24%-
HSV(B)356.1º58.57%82.35%-
XYZ32.0521.3413.26-
YUV124.69111.25188.85-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.57%
GREEN value IS 87 (34.38% from 255) = 22.19%
BLUE value IS 95 (37.5% from 255) = 24.23%
R=53.57%
G=22.19%
B=24.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210879500.590.550.18356.157.7558.24
HexD2575F03B37121643a3a
Octal32212713707367225447272
Binary1101001010101111011111011101111011110010101100100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2575F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2575F; }

 p { color: rgb(210,87,95); }

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

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

 a { background-color: rgb(210,87,95); }

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

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

 span { border-color: rgb(210,87,95); }

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