Html Css Color HEX #DD5962 Mandy

📋 copy color: '#DD5962'

red 221 ◦ green 89 ◦ blue 98

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

Shades of Mandy #DD5962

Tints of Mandy #DD5962

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.02%

R = 54.17%
G = 21.81%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD5962 (or 0xDD5962) is known color: Mandy. HEX triplet: DD, 59 and 62. RGB value is (221,89,98). Sum of RGB (Red+Green+Blue) = 221+89+98=408 (54% of max value = 765). Red value is 221 (86.72% from 255 or 54.17% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5962 is #22A69D. Grayscale: #818181. Windows color (decimal): -2270878 or 6445533. OLE color: 6445533.

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

Color convert

RGB 221 89 98 -
CMYK 0 0.60 0.56 0.13
HSL 355.91º 0.66% 0.61% -
HSV(B) 355.91º 0.6% 0.87% -
XYZ 35.6 23.4 14.2 -
YUV 129.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 221 89 98 0 0.60 0.56 0.13 355.91 0.66 0.61
Hex DD 59 62 0 3C 38 D 164 42 3D
Octal 335 131 142 0 74 70 15 544 102 75
Binary 11011101 1011001 1100010 0 111100 111000 1101 101100100 1000010 111101

Color Harmonies of #DD5962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5962

Black with #DD5962

Text Example


Text Example

White with #DD5962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5962; }

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

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

background-color css

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

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

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

border-color css

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

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

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