#DD4A5A

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

Shades of Mandy #DD4A5A

Tints of Mandy #DD4A5A

Color information

#DD4A5A (or 0xDD4A5A) is unknown color: approx Mandy. HEX triplet: DD, 4A and 5A. RGB value is (221,74,90). Sum of RGB (Red+Green+Blue) = 221+74+90=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4A5A is #22B5A5. Grayscale: #777777. Windows color (decimal): -2274726 or 5917405. OLE color: 5917405.

HSL color Cylindrical-coordinate representation of color #DD4A5A: hue angle of 353.47º 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 #DD4A5A is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB2217490-
CMYK00.670.590.13
HSL353.47º68.37%57.84%-
HSV(B)353.47º66.52%86.67%-
XYZ34.1121.0111.93-
YUV119.78111.2200.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.40%
GREEN value IS 74 (29.30% from 255) = 19.22%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=57.40%
G=19.22%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221749000.670.590.13353.4768.3757.84
HexDD4A5A0433BD161443a
Octal3351121320103731554110472
Binary11011101100101010110100100001111101111011011000011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4A5A; }

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

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

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

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

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

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

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

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