#D5454E

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

Shades of Mandy #D5454E

Tints of Mandy #D5454E

Color information

#D5454E (or 0xD5454E) is unknown color: approx Mandy. HEX triplet: D5, 45 and 4E. RGB value is (213,69,78). Sum of RGB (Red+Green+Blue) = 213+69+78=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 78 (30.86% from 255 or 21.67% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5454E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5454E is #2ABAB1. Grayscale: #717171. Windows color (decimal): -2800306 or 5129685. OLE color: 5129685.

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

Color convert

RGB2136978-
CMYK00.680.630.16
HSL356.25º63.16%55.29%-
HSV(B)356.25º67.61%83.53%-
XYZ30.9418.959.23-
YUV113.08108.21199.27-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.17%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 78 (30.86% from 255) = 21.67%
R=59.17%
G=19.17%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213697800.680.630.16356.2563.1655.29
HexD5454E0443F101643f37
Octal325105116010477205447767
Binary11010101100010110011100100010011111110000101100100111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5454E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5454E; }

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

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

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

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

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

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

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

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