#D5454D

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

Shades of Mandy #D5454D

Tints of Mandy #D5454D

Color information

#D5454D (or 0xD5454D) is unknown color: approx Mandy. HEX triplet: D5, 45 and 4D. RGB value is (213,69,77). Sum of RGB (Red+Green+Blue) = 213+69+77=359 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.33% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 77 (30.47% from 255 or 21.45% from 359); Max value from RGB is 213 - color contains mainly: red. Hex color #D5454D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5454D is #2ABAB2. Grayscale: #717171. Windows color (decimal): -2800307 or 5064149. OLE color: 5064149.

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

Color convert

RGB2136977-
CMYK00.680.640.16
HSL356.67º63.16%55.29%-
HSV(B)356.67º67.61%83.53%-
XYZ30.9118.949.05-
YUV112.97107.71199.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.33%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 77 (30.47% from 255) = 21.45%
R=59.33%
G=19.22%
B=21.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213697700.680.640.16356.6763.1655.29
HexD5454D04440101653f37
Octal3251051150104100205457767
Binary110101011000101100110101000100100000010000101100101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5454D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5454D; }

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

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

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

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

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

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

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

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