#DC4E51

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

Shades of Mandy #DC4E51

Tints of Mandy #DC4E51

Color information

#DC4E51 (or 0xDC4E51) is unknown color: approx Mandy. HEX triplet: DC, 4E and 51. RGB value is (220,78,81). Sum of RGB (Red+Green+Blue) = 220+78+81=379 (50% of max value = 765). Red value is 220 (86.33% from 255 or 58.05% from 379); Green value is 78 (30.86% from 255 or 20.58% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E51 is #23B1AE. Grayscale: #787878. Windows color (decimal): -2339247 or 5328604. OLE color: 5328604.

HSL color Cylindrical-coordinate representation of color #DC4E51: hue angle of 358.73º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4E51 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB2207881-
CMYK00.650.630.14
HSL358.73º66.98%58.43%-
HSV(B)358.73º64.55%86.27%-
XYZ33.7221.2610.11-
YUV120.8105.54198.76-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.05%
GREEN value IS 78 (30.86% from 255) = 20.58%
BLUE value IS 81 (32.03% from 255) = 21.37%
R=58.05%
G=20.58%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220788100.650.630.14358.7366.9858.43
HexDC4E510413FE167433a
Octal3341161210101771654710372
Binary11011100100111010100010100000111111111101011001111000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4E51; }

 p { color: rgb(220,78,81); }

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

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

 a { background-color: rgb(220,78,81); }

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

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

 span { border-color: rgb(220,78,81); }

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