#DC4851

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

Shades of Mandy #DC4851

Tints of Mandy #DC4851

Color information

#DC4851 (or 0xDC4851) is unknown color: approx Mandy. HEX triplet: DC, 48 and 51. RGB value is (220,72,81). Sum of RGB (Red+Green+Blue) = 220+72+81=373 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.98% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 81 (32.03% from 255 or 21.72% from 373); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4851 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4851 is #23B7AE. Grayscale: #757575. Windows color (decimal): -2340783 or 5327068. OLE color: 5327068.

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

Color convert

RGB2207281-
CMYK00.670.630.14
HSL356.35º67.89%57.25%-
HSV(B)356.35º67.27%86.27%-
XYZ33.3220.449.97-
YUV117.28107.53201.27-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 58.98%
GREEN value IS 72 (28.52% from 255) = 19.30%
BLUE value IS 81 (32.03% from 255) = 21.72%
R=58.98%
G=19.30%
B=21.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220728100.670.630.14356.3567.8957.25
HexDC48510433FE1644439
Octal3341101210103771654410471
Binary11011100100100010100010100001111111111101011001001000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4851; }

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

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

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

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

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

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

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

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