Html Css Color HEX #DD5760 Mandy

📋 copy color: '#DD5760'

red 221 ◦ green 87 ◦ blue 96

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

Shades of Mandy #DD5760

Tints of Mandy #DD5760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.53%

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

R = 54.7%
G = 21.53%
B = 23.76%

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

#DD5760 (or 0xDD5760) is known color: Mandy. HEX triplet: DD, 57 and 60. RGB value is (221,87,96). Sum of RGB (Red+Green+Blue) = 221+87+96=404 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.70% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5760 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5760 is #22A89F. Grayscale: #808080. Windows color (decimal): -2271392 or 6313949. OLE color: 6313949.

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

Color convert

RGB 221 87 96 -
CMYK 0 0.61 0.57 0.13
HSL 355.97º 0.66% 0.6% -
HSV(B) 355.97º 0.61% 0.87% -
XYZ 35.34 23.03 13.65 -
YUV 128.09 109.89 194.27 -
System Red Green Blue C M Y K H S L
Decimal 221 87 96 0 0.61 0.57 0.13 355.97 0.66 0.6
Hex DD 57 60 0 3D 39 D 164 42 3C
Octal 335 127 140 0 75 71 15 544 102 74
Binary 11011101 1010111 1100000 0 111101 111001 1101 101100100 1000010 111100

Color Harmonies of #DD5760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5760

Black with #DD5760

Text Example


Text Example

White with #DD5760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5760; }

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

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

background-color css

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

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

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

border-color css

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

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

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