#D55458

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

Shades of Mandy #D55458

Tints of Mandy #D55458

Color information

#D55458 (or 0xD55458) is unknown color: approx Mandy. HEX triplet: D5, 54 and 58. RGB value is (213,84,88). Sum of RGB (Red+Green+Blue) = 213+84+88=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 84 (33.20% from 255 or 21.82% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D55458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55458 is #2AABA7. Grayscale: #7B7B7B. Windows color (decimal): -2796456 or 5788885. OLE color: 5788885.

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

Color convert

RGB2138488-
CMYK00.610.590.16
HSL358.14º60.56%58.24%-
HSV(B)358.14º60.56%83.53%-
XYZ32.3721.1911.62-
YUV123.03108.24192.17-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.32%
GREEN value IS 84 (33.20% from 255) = 21.82%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=55.32%
G=21.82%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213848800.610.590.16358.1460.5658.24
HexD5545803D3B101663d3a
Octal32512413007573205467572
Binary1101010110101001011000011110111101110000101100110111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55458; }

 p { color: rgb(213,84,88); }

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

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

 a { background-color: rgb(213,84,88); }

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

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

 span { border-color: rgb(213,84,88); }

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