#d5404f

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

Shades of Mandy #D5404F

Tints of Mandy #D5404F

Color information

#D5404F (or 0xD5404F) is unknown color: approx Mandy. HEX triplet: D5, 40 and 4F. RGB value is (213,64,79). Sum of RGB (Red+Green+Blue) = 213+64+79=356 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.83% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 79 (31.25% from 255 or 22.19% from 356); Max value from RGB is 213 - color contains mainly: red. Hex color #D5404F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5404F is #2ABFB0. Grayscale: #6E6E6E. Windows color (decimal): -2801585 or 5193941. OLE color: 5193941.

HSL color Cylindrical-coordinate representation of color #D5404F: hue angle of 353.96º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D5404F is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB2136479-
CMYK00.700.630.16
HSL353.96º63.95%54.31%-
HSV(B)353.96º69.95%83.53%-
XYZ30.6918.389.33-
YUV110.26110.36201.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 59.83%
GREEN value IS 64 (25.39% from 255) = 17.98%
BLUE value IS 79 (31.25% from 255) = 22.19%
R=59.83%
G=17.98%
B=22.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213647900.700.630.16353.9663.9554.31
HexD5404F0463F101624036
Octal3251001170106772054210066
Binary110101011000000100111101000110111111100001011000101000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d5404f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d5404f; }

 p { color: rgb(213,64,79); }

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

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

 a { background-color: rgb(213,64,79); }

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

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

 span { border-color: rgb(213,64,79); }

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