#D2565D

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

Shades of Mandy #D2565D

Tints of Mandy #D2565D

Color information

#D2565D (or 0xD2565D) is unknown color: approx Mandy. HEX triplet: D2, 56 and 5D. RGB value is (210,86,93). Sum of RGB (Red+Green+Blue) = 210+86+93=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 93 (36.72% from 255 or 23.91% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D2565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2565D is #2DA9A2. Grayscale: #7B7B7B. Windows color (decimal): -2992547 or 6117074. OLE color: 6117074.

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

Color convert

RGB2108693-
CMYK00.590.560.18
HSL356.61º57.94%58.04%-
HSV(B)356.61º59.05%82.35%-
XYZ31.8821.1512.76-
YUV123.87110.58189.43-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.98%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 93 (36.72% from 255) = 23.91%
R=53.98%
G=22.11%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210869300.590.560.18356.6157.9458.04
HexD2565D03B38121653a3a
Octal32212613507370225457272
Binary1101001010101101011101011101111100010010101100101111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2565D; }

 p { color: rgb(210,86,93); }

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

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

 a { background-color: rgb(210,86,93); }

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

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

 span { border-color: rgb(210,86,93); }

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