Html Css Color HEX #DD5762 Mandy

📋 copy color: '#DD5762'

red 221 ◦ green 87 ◦ blue 98

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

Shades of Mandy #DD5762

Tints of Mandy #DD5762

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.43%

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

R = 54.43%
G = 21.43%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#DD5762 (or 0xDD5762) is known color: Mandy. HEX triplet: DD, 57 and 62. RGB value is (221,87,98). Sum of RGB (Red+Green+Blue) = 221+87+98=406 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.43% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 98 (38.67% from 255 or 24.14% from 406); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5762 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5762 is #22A89D. Grayscale: #808080. Windows color (decimal): -2271390 or 6445021. OLE color: 6445021.

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

Color convert

RGB 221 87 98 -
CMYK 0 0.61 0.56 0.13
HSL 355.07º 0.66% 0.6% -
HSV(B) 355.07º 0.61% 0.87% -
XYZ 35.43 23.07 14.14 -
YUV 128.32 110.89 194.11 -
System Red Green Blue C M Y K H S L
Decimal 221 87 98 0 0.61 0.56 0.13 355.07 0.66 0.6
Hex DD 57 62 0 3D 38 D 163 42 3C
Octal 335 127 142 0 75 70 15 543 102 74
Binary 11011101 1010111 1100010 0 111101 111000 1101 101100011 1000010 111100

Color Harmonies of #DD5762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5762

Black with #DD5762

Text Example


Text Example

White with #DD5762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5762; }

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

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

background-color css

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

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

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

border-color css

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

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

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