#D5555A

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

Shades of Mandy #D5555A

Tints of Mandy #D5555A

Color information

#D5555A (or 0xD5555A) is unknown color: approx Mandy. HEX triplet: D5, 55 and 5A. RGB value is (213,85,90). Sum of RGB (Red+Green+Blue) = 213+85+90=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D5555A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5555A is #2AAAA5. Grayscale: #7B7B7B. Windows color (decimal): -2796198 or 5920213. OLE color: 5920213.

HSL color Cylindrical-coordinate representation of color #D5555A: hue angle of 357.66º 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 #D5555A is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB2138590-
CMYK00.600.580.16
HSL357.66º60.38%58.43%-
HSV(B)357.66º60.09%83.53%-
XYZ32.5321.3812.09-
YUV123.84108.91191.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 54.90%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 90 (35.55% from 255) = 23.20%
R=54.90%
G=21.91%
B=23.20%

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
Decimal213859000.600.580.16357.6660.3858.43
HexD5555A03C3A101663c3a
Octal32512513207472205467472
Binary1101010110101011011010011110011101010000101100110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5555A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5555A; }

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

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

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

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

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

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

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

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