#d4505c

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

Shades of Mandy #D4505C

Tints of Mandy #D4505C

Color information

#D4505C (or 0xD4505C) is unknown color: approx Mandy. HEX triplet: D4, 50 and 5C. RGB value is (212,80,92). Sum of RGB (Red+Green+Blue) = 212+80+92=384 (50% of max value = 765). Red value is 212 (83.20% from 255 or 55.21% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 212 - color contains mainly: red. Hex color #D4505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4505C is #2BAFA3. Grayscale: #787878. Windows color (decimal): -2863012 or 6050004. OLE color: 6050004.

HSL color Cylindrical-coordinate representation of color #D4505C: hue angle of 354.55º 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 #D4505C is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.17.

Color convert

RGB2128092-
CMYK00.620.570.17
HSL354.55º60.55%57.25%-
HSV(B)354.55º62.26%83.14%-
XYZ31.9520.5112.4-
YUV120.84111.73193.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 55.21%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 92 (36.33% from 255) = 23.96%
R=55.21%
G=20.83%
B=23.96%

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
Decimal212809200.620.570.17354.5560.5557.25
HexD4505C03E39111633d39
Octal32412013407671215437571
Binary1101010010100001011100011111011100110001101100011111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4505c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4505c; }

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

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

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

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

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

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

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

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