#DC5152

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

Shades of Mandy #DC5152

Tints of Mandy #DC5152

Color information

#DC5152 (or 0xDC5152) is unknown color: approx Mandy. HEX triplet: DC, 51 and 52. RGB value is (220,81,82). Sum of RGB (Red+Green+Blue) = 220+81+82=383 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.44% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 82 (32.42% from 255 or 21.41% from 383); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5152 is #23AEAD. Grayscale: #7A7A7A. Windows color (decimal): -2338478 or 5394908. OLE color: 5394908.

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

Color convert

RGB2208182-
CMYK00.630.630.14
HSL359.57º66.51%59.02%-
HSV(B)359.57º63.18%86.27%-
XYZ33.9821.7110.38-
YUV122.68105.05197.42-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 57.44%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 82 (32.42% from 255) = 21.41%
R=57.44%
G=21.15%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220818200.630.630.14359.5766.5159.02
HexDC515203F3FE168433b
Octal334121122077771655010373
Binary1101110010100011010010011111111111111101011010001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5152; }

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

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

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

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

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

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

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

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