Html Css Color HEX #DD5860 Mandy

📋 copy color: '#DD5860'

red 221 ◦ green 88 ◦ blue 96

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

Shades of Mandy #DD5860

Tints of Mandy #DD5860

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.73%

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

R = 54.57%
G = 21.73%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD5860 (or 0xDD5860) is known color: Mandy. HEX triplet: DD, 58 and 60. RGB value is (221,88,96). Sum of RGB (Red+Green+Blue) = 221+88+96=405 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.57% from 405); Green value is 88 (34.77% from 255 or 21.73% from 405); Blue value is 96 (37.89% from 255 or 23.70% from 405); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5860 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5860 is #22A79F. Grayscale: #808080. Windows color (decimal): -2271136 or 6314205. OLE color: 6314205.

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

Color convert

RGB 221 88 96 -
CMYK 0 0.60 0.57 0.13
HSL 356.39º 0.66% 0.61% -
HSV(B) 356.39º 0.6% 0.87% -
XYZ 35.42 23.2 13.68 -
YUV 128.68 109.56 193.85 -
System Red Green Blue C M Y K H S L
Decimal 221 88 96 0 0.60 0.57 0.13 356.39 0.66 0.61
Hex DD 58 60 0 3C 39 D 164 42 3D
Octal 335 130 140 0 74 71 15 544 102 75
Binary 11011101 1011000 1100000 0 111100 111001 1101 101100100 1000010 111101

Color Harmonies of #DD5860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5860

Black with #DD5860

Text Example


Text Example

White with #DD5860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5860; }

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

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

background-color css

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

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

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

border-color css

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

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

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