Html Css Color HEX #DD5A60 Mandy

📋 copy color: '#DD5A60'

red 221 ◦ green 90 ◦ blue 96

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

Shades of Mandy #DD5A60

Tints of Mandy #DD5A60

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.11%

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

R = 54.3%
G = 22.11%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD5A60 (or 0xDD5A60) is known color: Mandy. HEX triplet: DD, 5A and 60. RGB value is (221,90,96). Sum of RGB (Red+Green+Blue) = 221+90+96=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5A60 is #22A59F. Grayscale: #818181. Windows color (decimal): -2270624 or 6314717. OLE color: 6314717.

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

Color convert

RGB 221 90 96 -
CMYK 0 0.59 0.57 0.13
HSL 357.25º 0.66% 0.61% -
HSV(B) 357.25º 0.59% 0.87% -
XYZ 35.59 23.53 13.73 -
YUV 129.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 221 90 96 0 0.59 0.57 0.13 357.25 0.66 0.61
Hex DD 5A 60 0 3B 39 D 165 42 3D
Octal 335 132 140 0 73 71 15 545 102 75
Binary 11011101 1011010 1100000 0 111011 111001 1101 101100101 1000010 111101

Color Harmonies of #DD5A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5A60

Black with #DD5A60

Text Example


Text Example

White with #DD5A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5A60; }

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

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

background-color css

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

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

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

border-color css

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

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

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