#DC464D

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

Shades of Mandy #DC464D

Tints of Mandy #DC464D

Color information

#DC464D (or 0xDC464D) is unknown color: approx Mandy. HEX triplet: DC, 46 and 4D. RGB value is (220,70,77). Sum of RGB (Red+Green+Blue) = 220+70+77=367 (48% of max value = 765). Red value is 220 (86.33% from 255 or 59.95% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 77 (30.47% from 255 or 20.98% from 367); Max value from RGB is 220 - color contains mainly: red. Hex color #DC464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC464D is #23B9B2. Grayscale: #737373. Windows color (decimal): -2341299 or 5064412. OLE color: 5064412.

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

Color convert

RGB2207077-
CMYK00.680.650.14
HSL357.2º68.18%56.86%-
HSV(B)357.2º68.18%86.27%-
XYZ33.0420.139.17-
YUV115.65106.2202.43-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 59.95%
GREEN value IS 70 (27.73% from 255) = 19.07%
BLUE value IS 77 (30.47% from 255) = 20.98%
R=59.95%
G=19.07%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220707700.680.650.14357.268.1856.86
HexDC464D04441E1654439
Octal33410611501041011654510471
Binary110111001000110100110101000100100000111101011001011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC464D; }

 p { color: rgb(220,70,77); }

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

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

 a { background-color: rgb(220,70,77); }

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

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

 span { border-color: rgb(220,70,77); }

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