#D45355

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

Shades of Mandy #D45355

Tints of Mandy #D45355

Color information

#D45355 (or 0xD45355) is unknown color: approx Mandy. HEX triplet: D4, 53 and 55. RGB value is (212,83,85). Sum of RGB (Red+Green+Blue) = 212+83+85=380 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.79% from 380); Green value is 83 (32.81% from 255 or 21.84% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 212 - color contains mainly: red. Hex color #D45355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45355 is #2BACAA. Grayscale: #797979. Windows color (decimal): -2862251 or 5592020. OLE color: 5592020.

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

Color convert

RGB2128385-
CMYK00.610.600.17
HSL359.07º60%57.84%-
HSV(B)359.07º60.85%83.14%-
XYZ31.8820.8410.94-
YUV121.8107.24192.34-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.79%
GREEN value IS 83 (32.81% from 255) = 21.84%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=55.79%
G=21.84%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212838500.610.600.17359.076057.84
HexD4535503D3C111673c3a
Octal32412312507574215477472
Binary1101010010100111010101011110111110010001101100111111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D45355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D45355; }

 p { color: rgb(212,83,85); }

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

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

 a { background-color: rgb(212,83,85); }

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

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

 span { border-color: rgb(212,83,85); }

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