#D3454F

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

Shades of Mandy #D3454F

Tints of Mandy #D3454F

Color information

#D3454F (or 0xD3454F) is unknown color: approx Mandy. HEX triplet: D3, 45 and 4F. RGB value is (211,69,79). Sum of RGB (Red+Green+Blue) = 211+69+79=359 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.77% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 79 (31.25% from 255 or 22.01% from 359); Max value from RGB is 211 - color contains mainly: red. Hex color #D3454F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3454F is #2CBAB0. Grayscale: #707070. Windows color (decimal): -2931377 or 5195219. OLE color: 5195219.

HSL color Cylindrical-coordinate representation of color #D3454F: hue angle of 355.77º 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 #D3454F is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.17.

Color convert

RGB2116979-
CMYK00.670.630.17
HSL355.77º61.74%54.9%-
HSV(B)355.77º67.3%82.75%-
XYZ30.418.679.4-
YUV112.6109.04198.19-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 58.77%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 79 (31.25% from 255) = 22.01%
R=58.77%
G=19.22%
B=22.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal211697900.670.630.17355.7761.7454.9
HexD3454F0433F111643e37
Octal323105117010377215447667
Binary11010011100010110011110100001111111110001101100100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3454F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3454F; }

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

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

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

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

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

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

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

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