#D55558

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

Shades of Mandy #D55558

Tints of Mandy #D55558

Color information

#D55558 (or 0xD55558) is unknown color: approx Mandy. HEX triplet: D5, 55 and 58. RGB value is (213,85,88). Sum of RGB (Red+Green+Blue) = 213+85+88=386 (51% of max value = 765). Red value is 213 (83.59% from 255 or 55.18% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 88 (34.77% from 255 or 22.80% from 386); Max value from RGB is 213 - color contains mainly: red. Hex color #D55558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55558 is #2AAAA7. Grayscale: #7B7B7B. Windows color (decimal): -2796200 or 5789141. OLE color: 5789141.

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

Color convert

RGB2138588-
CMYK00.600.590.16
HSL358.59º60.38%58.43%-
HSV(B)358.59º60.09%83.53%-
XYZ32.4521.3511.64-
YUV123.61107.91191.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 55.18%
GREEN value IS 85 (33.59% from 255) = 22.02%
BLUE value IS 88 (34.77% from 255) = 22.80%
R=55.18%
G=22.02%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213858800.600.590.16358.5960.3858.43
HexD5555803C3B101673c3a
Octal32512513007473205477472
Binary1101010110101011011000011110011101110000101100111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55558; }

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

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

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

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

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

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

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

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