#DD4A4B

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

Shades of Mandy #DD4A4B

Tints of Mandy #DD4A4B

Color information

#DD4A4B (or 0xDD4A4B) is unknown color: approx Mandy. HEX triplet: DD, 4A and 4B. RGB value is (221,74,75). Sum of RGB (Red+Green+Blue) = 221+74+75=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 75 (29.69% from 255 or 20.27% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A4B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DD4A4B is #22B5B4. Grayscale: #767676. Windows color (decimal): -2274741 or 4934365. OLE color: 4934365.

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

Color convert

RGB2217475-
CMYK00.670.660.13
HSL359.59º68.37%57.84%-
HSV(B)359.59º66.52%86.67%-
XYZ33.5420.788.9-
YUV118.07103.7201.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.73%
GREEN value IS 74 (29.30% from 255) = 20%
BLUE value IS 75 (29.69% from 255) = 20.27%
R=59.73%
G=20%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.66
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221747500.670.660.13359.5968.3757.84
HexDD4A4B04342D168443a
Octal33511211301031021555010472
Binary110111011001010100101101000011100001011011011010001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4A4B; }

 p { color: rgb(221,74,75); }

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

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

 a { background-color: rgb(221,74,75); }

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

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

 span { border-color: rgb(221,74,75); }

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