#D3535D

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

Shades of Mandy #D3535D

Tints of Mandy #D3535D

Color information

#D3535D (or 0xD3535D) is unknown color: approx Mandy. HEX triplet: D3, 53 and 5D. RGB value is (211,83,93). Sum of RGB (Red+Green+Blue) = 211+83+93=387 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.52% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 211 - color contains mainly: red. Hex color #D3535D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D3535D is #2CACA2. Grayscale: #7A7A7A. Windows color (decimal): -2927779 or 6116307. OLE color: 6116307.

HSL color Cylindrical-coordinate representation of color #D3535D: hue angle of 355.31º degrees, saturation: 0.59, 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 #D3535D is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB2118393-
CMYK00.610.560.17
HSL355.31º59.26%57.65%-
HSV(B)355.31º60.66%82.75%-
XYZ31.9320.8312.69-
YUV122.41111.41191.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 54.52%
GREEN value IS 83 (32.81% from 255) = 21.45%
BLUE value IS 93 (36.72% from 255) = 24.03%
R=54.52%
G=21.45%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211839300.610.560.17355.3159.2657.65
HexD3535D03D38111633b3a
Octal32312313507570215437372
Binary1101001110100111011101011110111100010001101100011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3535D; }

 p { color: rgb(211,83,93); }

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

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

 a { background-color: rgb(211,83,93); }

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

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

 span { border-color: rgb(211,83,93); }

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