Html Css Color HEX #DD5759 Mandy

📋 copy color: '#DD5759'

red 221 ◦ green 87 ◦ blue 89

#DD5759
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandy #DD5759

Tints of Mandy #DD5759

RGB

 RED value IS 221 (86.72% from 255) = 55.67%

 GREEN value IS 87 (34.38% from 255) = 21.91%

 BLUE value IS 89 (35.16% from 255) = 22.42%

R = 55.67%
G = 21.91%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD5759 (or 0xDD5759) is known color: Mandy. HEX triplet: DD, 57 and 59. RGB value is (221,87,89). Sum of RGB (Red+Green+Blue) = 221+87+89=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 89 (35.16% from 255 or 22.42% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5759 is #22A8A6. Grayscale: #7F7F7F. Windows color (decimal): -2271399 or 5855197. OLE color: 5855197.

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

Color convert

RGB 221 87 89 -
CMYK 0 0.61 0.60 0.13
HSL 359.1º 0.66% 0.6% -
HSV(B) 359.1º 0.61% 0.87% -
XYZ 35.03 22.91 12.03 -
YUV 127.29 106.39 194.84 -
System Red Green Blue C M Y K H S L
Decimal 221 87 89 0 0.61 0.60 0.13 359.1 0.66 0.6
Hex DD 57 59 0 3D 3C D 167 42 3C
Octal 335 127 131 0 75 74 15 547 102 74
Binary 11011101 1010111 1011001 0 111101 111100 1101 101100111 1000010 111100

Color Harmonies of #DD5759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5759

Black with #DD5759

Text Example


Text Example

White with #DD5759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5759; }

 p { color: rgb(221,87,89); }

 H1.HeaderClassName
 {
   color: #DD5759;
 }
 .AnyTagClassName
 {
   color: #DD5759;
 }
</style>

background-color css

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

 a { background-color: rgb(221,87,89); }

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

border-color css

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

 span { border-color: rgb(221,87,89); }

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