#D35D5F

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

Shades of Mandy #D35D5F

Tints of Mandy #D35D5F

Color information

#D35D5F (or 0xD35D5F) is unknown color: approx Mandy. HEX triplet: D3, 5D and 5F. RGB value is (211,93,95). Sum of RGB (Red+Green+Blue) = 211+93+95=399 (52% of max value = 765). Red value is 211 (82.81% from 255 or 52.88% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 211 - color contains mainly: red. Hex color #D35D5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35D5F is #2CA2A0. Grayscale: #808080. Windows color (decimal): -2925217 or 6249939. OLE color: 6249939.

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

Color convert

RGB2119395-
CMYK00.560.550.17
HSL358.98º57.28%59.61%-
HSV(B)358.98º55.92%82.75%-
XYZ32.8422.513.44-
YUV128.51109.09186.84-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 52.88%
GREEN value IS 93 (36.72% from 255) = 23.31%
BLUE value IS 95 (37.5% from 255) = 23.81%
R=52.88%
G=23.31%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211939500.560.550.17358.9857.2859.61
HexD35D5F0383711167393c
Octal32313513707067215477174
Binary1101001110111011011111011100011011110001101100111111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35D5F; }

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

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

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

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

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

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

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

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