Html Css Color HEX #DD5661 Mandy

📋 copy color: '#DD5661'

red 221 ◦ green 86 ◦ blue 97

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

Shades of Mandy #DD5661

Tints of Mandy #DD5661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.01%

R = 54.7%
G = 21.29%
B = 24.01%

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

#DD5661 (or 0xDD5661) is known color: Mandy. HEX triplet: DD, 56 and 61. RGB value is (221,86,97). Sum of RGB (Red+Green+Blue) = 221+86+97=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 86 (33.98% from 255 or 21.29% from 404); Blue value is 97 (38.28% from 255 or 24.01% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5661 is #22A99E. Grayscale: #7F7F7F. Windows color (decimal): -2271647 or 6379229. OLE color: 6379229.

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

Color convert

RGB 221 86 97 -
CMYK 0 0.61 0.56 0.13
HSL 355.11º 0.67% 0.6% -
HSV(B) 355.11º 0.61% 0.87% -
XYZ 35.3 22.89 13.87 -
YUV 127.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 221 86 97 0 0.61 0.56 0.13 355.11 0.67 0.6
Hex DD 56 61 0 3D 38 D 163 43 3C
Octal 335 126 141 0 75 70 15 543 103 74
Binary 11011101 1010110 1100001 0 111101 111000 1101 101100011 1000011 111100

Color Harmonies of #DD5661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5661

Black with #DD5661

Text Example


Text Example

White with #DD5661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5661; }

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

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

background-color css

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

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

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

border-color css

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

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

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