#D4505B

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

Shades of Mandy #D4505B

Tints of Mandy #D4505B

Color information

#D4505B (or 0xD4505B) is unknown color: approx Mandy. HEX triplet: D4, 50 and 5B. RGB value is (212,80,91). Sum of RGB (Red+Green+Blue) = 212+80+91=383 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.35% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 212 - color contains mainly: red. Hex color #D4505B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4505B is #2BAFA4. Grayscale: #787878. Windows color (decimal): -2863013 or 5984468. OLE color: 5984468.

HSL color Cylindrical-coordinate representation of color #D4505B: hue angle of 355º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D4505B is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB2128091-
CMYK00.620.570.17
HSL355º60.55%57.25%-
HSV(B)355º62.26%83.14%-
XYZ31.9120.4912.17-
YUV120.72111.23193.11-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.35%
GREEN value IS 80 (31.64% from 255) = 20.89%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=55.35%
G=20.89%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal212809100.620.570.1735560.5557.25
HexD4505B03E39111633d39
Octal32412013307671215437571
Binary1101010010100001011011011111011100110001101100011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4505B; }

 p { color: rgb(212,80,91); }

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

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

 a { background-color: rgb(212,80,91); }

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

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

 span { border-color: rgb(212,80,91); }

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