Html Css Color HEX #DD5663 Mandy

📋 copy color: '#DD5663'

red 221 ◦ green 86 ◦ blue 99

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

Shades of Mandy #DD5663

Tints of Mandy #DD5663

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.38%

R = 54.43%
G = 21.18%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD5663 (or 0xDD5663) is known color: Mandy. HEX triplet: DD, 56 and 63. RGB value is (221,86,99). Sum of RGB (Red+Green+Blue) = 221+86+99=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5663 is #22A99C. Grayscale: #7F7F7F. Windows color (decimal): -2271645 or 6510301. OLE color: 6510301.

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

Color convert

RGB 221 86 99 -
CMYK 0 0.61 0.55 0.13
HSL 354.22º 0.67% 0.6% -
HSV(B) 354.22º 0.61% 0.87% -
XYZ 35.4 22.93 14.36 -
YUV 127.85 111.73 194.44 -
System Red Green Blue C M Y K H S L
Decimal 221 86 99 0 0.61 0.55 0.13 354.22 0.67 0.6
Hex DD 56 63 0 3D 37 D 162 43 3C
Octal 335 126 143 0 75 67 15 542 103 74
Binary 11011101 1010110 1100011 0 111101 110111 1101 101100010 1000011 111100

Color Harmonies of #DD5663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5663

Black with #DD5663

Text Example


Text Example

White with #DD5663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5663; }

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

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

background-color css

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

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

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

border-color css

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

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

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