Html Css Color HEX #DD5960 Mandy

📋 copy color: '#DD5960'

red 221 ◦ green 89 ◦ blue 96

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

Shades of Mandy #DD5960

Tints of Mandy #DD5960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.92%

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

R = 54.43%
G = 21.92%
B = 23.65%

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

#DD5960 (or 0xDD5960) is known color: Mandy. HEX triplet: DD, 59 and 60. RGB value is (221,89,96). Sum of RGB (Red+Green+Blue) = 221+89+96=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 89 (35.16% from 255 or 21.92% from 406); Blue value is 96 (37.89% from 255 or 23.65% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5960 is #22A69F. Grayscale: #818181. Windows color (decimal): -2270880 or 6314461. OLE color: 6314461.

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

Color convert

RGB 221 89 96 -
CMYK 0 0.60 0.57 0.13
HSL 356.82º 0.66% 0.61% -
HSV(B) 356.82º 0.6% 0.87% -
XYZ 35.5 23.36 13.7 -
YUV 129.27 109.23 193.43 -
System Red Green Blue C M Y K H S L
Decimal 221 89 96 0 0.60 0.57 0.13 356.82 0.66 0.61
Hex DD 59 60 0 3C 39 D 165 42 3D
Octal 335 131 140 0 74 71 15 545 102 75
Binary 11011101 1011001 1100000 0 111100 111001 1101 101100101 1000010 111101

Color Harmonies of #DD5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5960

Black with #DD5960

Text Example


Text Example

White with #DD5960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5960; }

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

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

background-color css

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

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

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

border-color css

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

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

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