#DD474D

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

Shades of Mandy #DD474D

Tints of Mandy #DD474D

Color information

#DD474D (or 0xDD474D) is unknown color: approx Mandy. HEX triplet: DD, 47 and 4D. RGB value is (221,71,77). Sum of RGB (Red+Green+Blue) = 221+71+77=369 (48% of max value = 765). Red value is 221 (86.72% from 255 or 59.89% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 221 - color contains mainly: red. Hex color #DD474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD474D is #22B8B2. Grayscale: #747474. Windows color (decimal): -2275507 or 5064669. OLE color: 5064669.

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

Color convert

RGB2217177-
CMYK00.680.650.13
HSL357.6º68.81%57.25%-
HSV(B)357.6º67.87%86.67%-
XYZ33.4120.419.2-
YUV116.53105.7202.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.89%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=59.89%
G=19.24%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221717700.680.650.13357.668.8157.25
HexDD474D04441D1664539
Octal33510711501041011554610571
Binary110111011000111100110101000100100000111011011001101000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD474D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD474D; }

 p { color: rgb(221,71,77); }

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

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

 a { background-color: rgb(221,71,77); }

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

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

 span { border-color: rgb(221,71,77); }

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