Html Css Color HEX #DD5060 Mandy

📋 copy color: '#DD5060'

red 221 ◦ green 80 ◦ blue 96

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

Shades of Mandy #DD5060

Tints of Mandy #DD5060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.15%

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

R = 55.67%
G = 20.15%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD5060 (or 0xDD5060) is known color: Mandy. HEX triplet: DD, 50 and 60. RGB value is (221,80,96). Sum of RGB (Red+Green+Blue) = 221+80+96=397 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.67% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5060 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5060 is #22AF9F. Grayscale: #7C7C7C. Windows color (decimal): -2273184 or 6312157. OLE color: 6312157.

HSL color Cylindrical-coordinate representation of color #DD5060: hue angle of 353.19º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DD5060 is Cyan = 0, Magento = 0.64, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 80 96 -
CMYK 0 0.64 0.57 0.13
HSL 353.19º 0.67% 0.59% -
HSV(B) 353.19º 0.64% 0.87% -
XYZ 34.8 21.95 13.47 -
YUV 123.98 112.21 197.2 -
System Red Green Blue C M Y K H S L
Decimal 221 80 96 0 0.64 0.57 0.13 353.19 0.67 0.59
Hex DD 50 60 0 40 39 D 161 43 3B
Octal 335 120 140 0 100 71 15 541 103 73
Binary 11011101 1010000 1100000 0 1000000 111001 1101 101100001 1000011 111011

Color Harmonies of #DD5060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5060

Black with #DD5060

Text Example


Text Example

White with #DD5060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5060; }

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

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

background-color css

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

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

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

border-color css

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

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

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