Html Css Color HEX #DD5963 Mandy

📋 copy color: '#DD5963'

red 221 ◦ green 89 ◦ blue 99

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

Shades of Mandy #DD5963

Tints of Mandy #DD5963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.21%

R = 54.03%
G = 21.76%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD5963 (or 0xDD5963) is known color: Mandy. HEX triplet: DD, 59 and 63. RGB value is (221,89,99). Sum of RGB (Red+Green+Blue) = 221+89+99=409 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.03% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5963 is #22A69C. Grayscale: #818181. Windows color (decimal): -2270877 or 6511069. OLE color: 6511069.

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

Color convert

RGB 221 89 99 -
CMYK 0 0.60 0.55 0.13
HSL 355.45º 0.66% 0.61% -
HSV(B) 355.45º 0.6% 0.87% -
XYZ 35.64 23.42 14.45 -
YUV 129.61 110.73 193.19 -
System Red Green Blue C M Y K H S L
Decimal 221 89 99 0 0.60 0.55 0.13 355.45 0.66 0.61
Hex DD 59 63 0 3C 37 D 163 42 3D
Octal 335 131 143 0 74 67 15 543 102 75
Binary 11011101 1011001 1100011 0 111100 110111 1101 101100011 1000010 111101

Color Harmonies of #DD5963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5963

Black with #DD5963

Text Example


Text Example

White with #DD5963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5963; }

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

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

background-color css

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

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

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

border-color css

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

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

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