#D5565A

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

Shades of Mandy #D5565A

Tints of Mandy #D5565A

Color information

#D5565A (or 0xD5565A) is unknown color: approx Mandy. HEX triplet: D5, 56 and 5A. RGB value is (213,86,90). Sum of RGB (Red+Green+Blue) = 213+86+90=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 86 (33.98% from 255 or 22.11% from 389); Blue value is 90 (35.55% from 255 or 23.14% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D5565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5565A is #2AA9A5. Grayscale: #7C7C7C. Windows color (decimal): -2795942 or 5920469. OLE color: 5920469.

HSL color Cylindrical-coordinate representation of color #D5565A: hue angle of 358.11º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D5565A is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2138690-
CMYK00.600.580.16
HSL358.11º60.19%58.63%-
HSV(B)358.11º59.62%83.53%-
XYZ32.6121.5412.11-
YUV124.43108.58191.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.76%
GREEN value IS 86 (33.98% from 255) = 22.11%
BLUE value IS 90 (35.55% from 255) = 23.14%
R=54.76%
G=22.11%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213869000.600.580.16358.1160.1958.63
HexD5565A03C3A101663c3b
Octal32512613207472205467473
Binary1101010110101101011010011110011101010000101100110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5565A; }

 p { color: rgb(213,86,90); }

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

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

 a { background-color: rgb(213,86,90); }

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

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

 span { border-color: rgb(213,86,90); }

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