#D2595E

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

Shades of Mandy #D2595E

Tints of Mandy #D2595E

Color information

#D2595E (or 0xD2595E) is unknown color: approx Mandy. HEX triplet: D2, 59 and 5E. RGB value is (210,89,94). Sum of RGB (Red+Green+Blue) = 210+89+94=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 89 (35.16% from 255 or 22.65% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D2595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2595E is #2DA6A1. Grayscale: #7D7D7D. Windows color (decimal): -2991778 or 6183378. OLE color: 6183378.

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

Color convert

RGB2108994-
CMYK00.580.550.18
HSL357.52º57.35%58.63%-
HSV(B)357.52º57.62%82.35%-
XYZ32.1721.6513.07-
YUV125.75110.09188.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.44%
GREEN value IS 89 (35.16% from 255) = 22.65%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=53.44%
G=22.65%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210899400.580.550.18357.5257.3558.63
HexD2595E03A3712166393b
Octal32213113607267225467173
Binary1101001010110011011110011101011011110010101100110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2595E; }

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

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

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

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

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

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

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

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