Html Css Color HEX #DD5459 Mandy

📋 copy color: '#DD5459'

red 221 ◦ green 84 ◦ blue 89

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

Shades of Mandy #DD5459

Tints of Mandy #DD5459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.32%

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

R = 56.09%
G = 21.32%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD5459 (or 0xDD5459) is known color: Mandy. HEX triplet: DD, 54 and 59. RGB value is (221,84,89). Sum of RGB (Red+Green+Blue) = 221+84+89=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 84 (33.20% from 255 or 21.32% from 394); Blue value is 89 (35.16% from 255 or 22.59% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5459 is #22ABA6. Grayscale: #7D7D7D. Windows color (decimal): -2272167 or 5854429. OLE color: 5854429.

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

Color convert

RGB 221 84 89 -
CMYK 0 0.62 0.60 0.13
HSL 357.81º 0.67% 0.6% -
HSV(B) 357.81º 0.62% 0.87% -
XYZ 34.79 22.43 11.95 -
YUV 125.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 221 84 89 0 0.62 0.60 0.13 357.81 0.67 0.6
Hex DD 54 59 0 3E 3C D 166 43 3C
Octal 335 124 131 0 76 74 15 546 103 74
Binary 11011101 1010100 1011001 0 111110 111100 1101 101100110 1000011 111100

Color Harmonies of #DD5459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5459

Black with #DD5459

Text Example


Text Example

White with #DD5459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5459; }

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

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

background-color css

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

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

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

border-color css

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

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

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