Html Css Color HEX #DD5B60 Mandy

📋 copy color: '#DD5B60'

red 221 ◦ green 91 ◦ blue 96

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

Shades of Mandy #DD5B60

Tints of Mandy #DD5B60

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.3%

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

R = 54.17%
G = 22.3%
B = 23.53%

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

#DD5B60 (or 0xDD5B60) is known color: Mandy. HEX triplet: DD, 5B and 60. RGB value is (221,91,96). Sum of RGB (Red+Green+Blue) = 221+91+96=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 91 (35.94% from 255 or 22.30% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5B60 is #22A49F. Grayscale: #828282. Windows color (decimal): -2270368 or 6314973. OLE color: 6314973.

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

Color convert

RGB 221 91 96 -
CMYK 0 0.59 0.57 0.13
HSL 357.69º 0.66% 0.61% -
HSV(B) 357.69º 0.59% 0.87% -
XYZ 35.67 23.7 13.76 -
YUV 130.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 221 91 96 0 0.59 0.57 0.13 357.69 0.66 0.61
Hex DD 5B 60 0 3B 39 D 166 42 3D
Octal 335 133 140 0 73 71 15 546 102 75
Binary 11011101 1011011 1100000 0 111011 111001 1101 101100110 1000010 111101

Color Harmonies of #DD5B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5B60

Black with #DD5B60

Text Example


Text Example

White with #DD5B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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