Html Css Color HEX #DD5662 Mandy

📋 copy color: '#DD5662'

red 221 ◦ green 86 ◦ blue 98

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

Shades of Mandy #DD5662

Tints of Mandy #DD5662

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.2%

R = 54.57%
G = 21.23%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD5662 (or 0xDD5662) is known color: Mandy. HEX triplet: DD, 56 and 62. RGB value is (221,86,98). Sum of RGB (Red+Green+Blue) = 221+86+98=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5662 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5662 is #22A99D. Grayscale: #7F7F7F. Windows color (decimal): -2271646 or 6444765. OLE color: 6444765.

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

Color convert

RGB 221 86 98 -
CMYK 0 0.61 0.56 0.13
HSL 354.67º 0.67% 0.6% -
HSV(B) 354.67º 0.61% 0.87% -
XYZ 35.35 22.91 14.11 -
YUV 127.73 111.23 194.52 -
System Red Green Blue C M Y K H S L
Decimal 221 86 98 0 0.61 0.56 0.13 354.67 0.67 0.6
Hex DD 56 62 0 3D 38 D 163 43 3C
Octal 335 126 142 0 75 70 15 543 103 74
Binary 11011101 1010110 1100010 0 111101 111000 1101 101100011 1000011 111100

Color Harmonies of #DD5662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5662

Black with #DD5662

Text Example


Text Example

White with #DD5662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5662; }

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

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

background-color css

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

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

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

border-color css

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

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

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