#D35C62

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

Shades of Mandy #D35C62

Tints of Mandy #D35C62

Color information

#D35C62 (or 0xD35C62) is unknown color: approx Mandy. HEX triplet: D3, 5C and 62. RGB value is (211,92,98). Sum of RGB (Red+Green+Blue) = 211+92+98=401 (53% of max value = 765). Red value is 211 (82.81% from 255 or 52.62% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 98 (38.67% from 255 or 24.44% from 401); Max value from RGB is 211 - color contains mainly: red. Hex color #D35C62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35C62 is #2CA39D. Grayscale: #808080. Windows color (decimal): -2925470 or 6446291. OLE color: 6446291.

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

Color convert

RGB2119298-
CMYK00.560.540.17
HSL356.97º57.49%59.41%-
HSV(B)356.97º56.4%82.75%-
XYZ32.922.3914.14-
YUV128.26110.92187.01-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.62%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 98 (38.67% from 255) = 24.44%
R=52.62%
G=22.94%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211929800.560.540.17356.9757.4959.41
HexD35C620383611165393b
Octal32313414207066215457173
Binary1101001110111001100010011100011011010001101100101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35C62; }

 p { color: rgb(211,92,98); }

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

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

 a { background-color: rgb(211,92,98); }

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

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

 span { border-color: rgb(211,92,98); }

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