#D35961

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

Shades of Mandy #D35961

Tints of Mandy #D35961

Color information

#D35961 (or 0xD35961) is unknown color: approx Mandy. HEX triplet: D3, 59 and 61. RGB value is (211,89,97). Sum of RGB (Red+Green+Blue) = 211+89+97=397 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.15% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 97 (38.28% from 255 or 24.43% from 397); Max value from RGB is 211 - color contains mainly: red. Hex color #D35961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35961 is #2CA69E. Grayscale: #7E7E7E. Windows color (decimal): -2926239 or 6379987. OLE color: 6379987.

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

Color convert

RGB2118997-
CMYK00.580.540.17
HSL356.07º58.1%58.82%-
HSV(B)356.07º57.82%82.75%-
XYZ32.5921.8613.81-
YUV126.39111.42188.35-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 53.15%
GREEN value IS 89 (35.16% from 255) = 22.42%
BLUE value IS 97 (38.28% from 255) = 24.43%
R=53.15%
G=22.42%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.54
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211899700.580.540.17356.0758.158.82
HexD3596103A36111643a3b
Octal32313114107266215447273
Binary1101001110110011100001011101011011010001101100100111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35961; }

 p { color: rgb(211,89,97); }

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

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

 a { background-color: rgb(211,89,97); }

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

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

 span { border-color: rgb(211,89,97); }

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