#D34548

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

Shades of Mandy #D34548

Tints of Mandy #D34548

Color information

#D34548 (or 0xD34548) is unknown color: approx Mandy. HEX triplet: D3, 45 and 48. RGB value is (211,69,72). Sum of RGB (Red+Green+Blue) = 211+69+72=352 (46% of max value = 765). Red value is 211 (82.81% from 255 or 59.94% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 72 (28.52% from 255 or 20.45% from 352); Max value from RGB is 211 - color contains mainly: red. Hex color #D34548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34548 is #2CBAB7. Grayscale: #6F6F6F. Windows color (decimal): -2931384 or 4736467. OLE color: 4736467.

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

Color convert

RGB2116972-
CMYK00.670.660.17
HSL358.73º61.74%54.9%-
HSV(B)358.73º67.3%82.75%-
XYZ30.1618.578.13-
YUV111.8105.54198.76-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 59.94%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 72 (28.52% from 255) = 20.45%
R=59.94%
G=19.60%
B=20.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211697200.670.660.17358.7361.7454.9
HexD3454804342111673e37
Octal3231051100103102215477667
Binary110100111000101100100001000011100001010001101100111111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D34548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D34548; }

 p { color: rgb(211,69,72); }

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

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

 a { background-color: rgb(211,69,72); }

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

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

 span { border-color: rgb(211,69,72); }

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