Html Css Color HEX #DD5758 Mandy

📋 copy color: '#DD5758'

red 221 ◦ green 87 ◦ blue 88

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

Shades of Mandy #DD5758

Tints of Mandy #DD5758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.22%

R = 55.81%
G = 21.97%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD5758 (or 0xDD5758) is known color: Mandy. HEX triplet: DD, 57 and 58. RGB value is (221,87,88). Sum of RGB (Red+Green+Blue) = 221+87+88=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 87 (34.38% from 255 or 21.97% from 396); Blue value is 88 (34.77% from 255 or 22.22% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5758 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5758 is #22A8A7. Grayscale: #7F7F7F. Windows color (decimal): -2271400 or 5789661. OLE color: 5789661.

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

Color convert

RGB 221 87 88 -
CMYK 0 0.61 0.60 0.13
HSL 359.55º 0.66% 0.6% -
HSV(B) 359.55º 0.61% 0.87% -
XYZ 34.99 22.89 11.81 -
YUV 127.18 105.89 194.92 -
System Red Green Blue C M Y K H S L
Decimal 221 87 88 0 0.61 0.60 0.13 359.55 0.66 0.6
Hex DD 57 58 0 3D 3C D 168 42 3C
Octal 335 127 130 0 75 74 15 550 102 74
Binary 11011101 1010111 1011000 0 111101 111100 1101 101101000 1000010 111100

Color Harmonies of #DD5758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5758

Black with #DD5758

Text Example


Text Example

White with #DD5758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5758; }

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

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

background-color css

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

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

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

border-color css

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

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

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