#D5454A

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

Shades of Mandy #D5454A

Tints of Mandy #D5454A

Color information

#D5454A (or 0xD5454A) is unknown color: approx Mandy. HEX triplet: D5, 45 and 4A. RGB value is (213,69,74). Sum of RGB (Red+Green+Blue) = 213+69+74=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 74 (29.30% from 255 or 20.79% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5454A is #2ABAB5. Grayscale: #707070. Windows color (decimal): -2800310 or 4867541. OLE color: 4867541.

HSL color Cylindrical-coordinate representation of color #D5454A: hue angle of 357.92º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D5454A is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB2136974-
CMYK00.680.650.16
HSL357.92º63.16%55.29%-
HSV(B)357.92º67.61%83.53%-
XYZ30.818.98.5-
YUV112.63106.21199.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.83%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 74 (29.30% from 255) = 20.79%
R=59.83%
G=19.38%
B=20.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213697400.680.650.16357.9263.1655.29
HexD5454A04441101663f37
Octal3251051120104101205467767
Binary110101011000101100101001000100100000110000101100110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5454A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5454A; }

 p { color: rgb(213,69,74); }

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

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

 a { background-color: rgb(213,69,74); }

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

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

 span { border-color: rgb(213,69,74); }

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