#DC4E61

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

Shades of Mandy #DC4E61

Tints of Mandy #DC4E61

Color information

#DC4E61 (or 0xDC4E61) is unknown color: approx Mandy. HEX triplet: DC, 4E and 61. RGB value is (220,78,97). Sum of RGB (Red+Green+Blue) = 220+78+97=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 97 (38.28% from 255 or 24.56% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E61 is #23B19E. Grayscale: #7A7A7A. Windows color (decimal): -2339231 or 6377180. OLE color: 6377180.

HSL color Cylindrical-coordinate representation of color #DC4E61: hue angle of 351.97º 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 #DC4E61 is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB2207897-
CMYK00.650.560.14
HSL351.97º66.98%58.43%-
HSV(B)351.97º64.55%86.27%-
XYZ34.421.5313.65-
YUV122.62113.54197.46-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 55.70%
GREEN value IS 78 (30.86% from 255) = 19.75%
BLUE value IS 97 (38.28% from 255) = 24.56%
R=55.70%
G=19.75%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220789700.650.560.14351.9766.9858.43
HexDC4E6104138E160433a
Octal3341161410101701654010372
Binary11011100100111011000010100000111100011101011000001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4E61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4E61; }

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

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

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

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

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

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

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

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