Html Css Color HEX #DD5660 Mandy

📋 copy color: '#DD5660'

red 221 ◦ green 86 ◦ blue 96

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

Shades of Mandy #DD5660

Tints of Mandy #DD5660

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.34%

 BLUE value IS 96 (37.89% from 255) = 23.82%

R = 54.84%
G = 21.34%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD5660 (or 0xDD5660) is known color: Mandy. HEX triplet: DD, 56 and 60. RGB value is (221,86,96). Sum of RGB (Red+Green+Blue) = 221+86+96=403 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.84% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5660 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5660 is #22A99F. Grayscale: #7F7F7F. Windows color (decimal): -2271648 or 6313693. OLE color: 6313693.

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

Color convert

RGB 221 86 96 -
CMYK 0 0.61 0.57 0.13
HSL 355.56º 0.67% 0.6% -
HSV(B) 355.56º 0.61% 0.87% -
XYZ 35.26 22.87 13.62 -
YUV 127.51 110.23 194.69 -
System Red Green Blue C M Y K H S L
Decimal 221 86 96 0 0.61 0.57 0.13 355.56 0.67 0.6
Hex DD 56 60 0 3D 39 D 164 43 3C
Octal 335 126 140 0 75 71 15 544 103 74
Binary 11011101 1010110 1100000 0 111101 111001 1101 101100100 1000011 111100

Color Harmonies of #DD5660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5660

Black with #DD5660

Text Example


Text Example

White with #DD5660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5660; }

 p { color: rgb(221,86,96); }

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

background-color css

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

 a { background-color: rgb(221,86,96); }

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

border-color css

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

 span { border-color: rgb(221,86,96); }

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