#dc474b

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

Shades of Mandy #DC474B

Tints of Mandy #DC474B

Color information

#DC474B (or 0xDC474B) is unknown color: approx Mandy. HEX triplet: DC, 47 and 4B. RGB value is (220,71,75). Sum of RGB (Red+Green+Blue) = 220+71+75=366 (48% of max value = 765). Red value is 220 (86.33% from 255 or 60.11% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 75 (29.69% from 255 or 20.49% from 366); Max value from RGB is 220 - color contains mainly: red. Hex color #DC474B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC474B is #23B8B4. Grayscale: #747474. Windows color (decimal): -2341045 or 4933596. OLE color: 4933596.

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

Color convert

RGB2207175-
CMYK00.680.660.14
HSL358.39º68.04%57.06%-
HSV(B)358.39º67.73%86.27%-
XYZ33.0420.238.82-
YUV116.01104.86202.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 60.11%
GREEN value IS 71 (28.12% from 255) = 19.40%
BLUE value IS 75 (29.69% from 255) = 20.49%
R=60.11%
G=19.40%
B=20.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.66
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal220717500.680.660.14358.3968.0457.06
HexDC474B04442E1664439
Octal33410711301041021654610471
Binary110111001000111100101101000100100001011101011001101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc474b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc474b; }

 p { color: rgb(220,71,75); }

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

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

 a { background-color: rgb(220,71,75); }

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

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

 span { border-color: rgb(220,71,75); }

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