Html Css Color HEX #DD4C60 Mandy

📋 copy color: '#DD4C60'

red 221 ◦ green 76 ◦ blue 96

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

Shades of Mandy #DD4C60

Tints of Mandy #DD4C60

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.34%

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

R = 56.23%
G = 19.34%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD4C60 (or 0xDD4C60) is known color: Mandy. HEX triplet: DD, 4C and 60. RGB value is (221,76,96). Sum of RGB (Red+Green+Blue) = 221+76+96=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C60 is #22B39F. Grayscale: #797979. Windows color (decimal): -2274208 or 6311133. OLE color: 6311133.

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

Color convert

RGB 221 76 96 -
CMYK 0 0.66 0.57 0.13
HSL 351.72º 0.68% 0.58% -
HSV(B) 351.72º 0.66% 0.87% -
XYZ 34.51 21.39 13.38 -
YUV 121.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 221 76 96 0 0.66 0.57 0.13 351.72 0.68 0.58
Hex DD 4C 60 0 42 39 D 160 44 3A
Octal 335 114 140 0 102 71 15 540 104 72
Binary 11011101 1001100 1100000 0 1000010 111001 1101 101100000 1000100 111010

Color Harmonies of #DD4C60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4C60

Black with #DD4C60

Text Example


Text Example

White with #DD4C60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4C60; }

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

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

background-color css

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

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

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

border-color css

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

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

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