#DC4453

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

Shades of Mandy #DC4453

Tints of Mandy #DC4453

Color information

#DC4453 (or 0xDC4453) is unknown color: approx Mandy. HEX triplet: DC, 44 and 53. RGB value is (220,68,83). Sum of RGB (Red+Green+Blue) = 220+68+83=371 (49% of max value = 765). Red value is 220 (86.33% from 255 or 59.30% from 371); Green value is 68 (26.95% from 255 or 18.33% from 371); Blue value is 83 (32.81% from 255 or 22.37% from 371); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4453 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4453 is #23BBAC. Grayscale: #737373. Windows color (decimal): -2341805 or 5457116. OLE color: 5457116.

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

Color convert

RGB2206883-
CMYK00.690.620.14
HSL354.08º68.47%56.47%-
HSV(B)354.08º69.09%86.27%-
XYZ33.1419.9710.29-
YUV115.16109.86202.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.30%
GREEN value IS 68 (26.95% from 255) = 18.33%
BLUE value IS 83 (32.81% from 255) = 22.37%
R=59.30%
G=18.33%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220688300.690.620.14354.0868.4756.47
HexDC44530453EE1624438
Octal3341041230105761654210470
Binary11011100100010010100110100010111111011101011000101000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4453

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4453; }

 p { color: rgb(220,68,83); }

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

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

 a { background-color: rgb(220,68,83); }

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

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

 span { border-color: rgb(220,68,83); }

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