#DD4F5B

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

Shades of Mandy #DD4F5B

Tints of Mandy #DD4F5B

Color information

#DD4F5B (or 0xDD4F5B) is unknown color: approx Mandy. HEX triplet: DD, 4F and 5B. RGB value is (221,79,91). Sum of RGB (Red+Green+Blue) = 221+79+91=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 91 (35.94% from 255 or 23.27% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4F5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4F5B is #22B0A4. Grayscale: #7A7A7A. Windows color (decimal): -2273445 or 5984221. OLE color: 5984221.

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

Color convert

RGB2217991-
CMYK00.640.590.13
HSL354.93º67.62%58.82%-
HSV(B)354.93º64.25%86.67%-
XYZ34.521.7212.27-
YUV122.83110.04198.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 79 (31.25% from 255) = 20.20%
BLUE value IS 91 (35.94% from 255) = 23.27%
R=56.52%
G=20.20%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221799100.640.590.13354.9367.6258.82
HexDD4F5B0403BD163443b
Octal3351171330100731554310473
Binary11011101100111110110110100000011101111011011000111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4F5B; }

 p { color: rgb(221,79,91); }

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

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

 a { background-color: rgb(221,79,91); }

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

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

 span { border-color: rgb(221,79,91); }

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