#D35455

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

Shades of Mandy #D35455

Tints of Mandy #D35455

Color information

#D35455 (or 0xD35455) is unknown color: approx Mandy. HEX triplet: D3, 54 and 55. RGB value is (211,84,85). Sum of RGB (Red+Green+Blue) = 211+84+85=380 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.53% from 380); Green value is 84 (33.20% from 255 or 22.11% from 380); Blue value is 85 (33.59% from 255 or 22.37% from 380); Max value from RGB is 211 - color contains mainly: red. Hex color #D35455 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35455 is #2CABAA. Grayscale: #7A7A7A. Windows color (decimal): -2927531 or 5592275. OLE color: 5592275.

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

Color convert

RGB2118485-
CMYK00.600.600.17
HSL359.53º59.07%57.84%-
HSV(B)359.53º60.19%82.75%-
XYZ31.6720.8510.95-
YUV122.09107.08191.42-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 55.53%
GREEN value IS 84 (33.20% from 255) = 22.11%
BLUE value IS 85 (33.59% from 255) = 22.37%
R=55.53%
G=22.11%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.60
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211848500.600.600.17359.5359.0757.84
HexD3545503C3C111683b3a
Octal32312412507474215507372
Binary1101001110101001010101011110011110010001101101000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35455; }

 p { color: rgb(211,84,85); }

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

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

 a { background-color: rgb(211,84,85); }

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

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

 span { border-color: rgb(211,84,85); }

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