Html Css Color HEX #DD5257 Mandy

📋 copy color: '#DD5257'

red 221 ◦ green 82 ◦ blue 87

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

Shades of Mandy #DD5257

Tints of Mandy #DD5257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.03%

 BLUE value IS 87 (34.38% from 255) = 22.31%

R = 56.67%
G = 21.03%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD5257 (or 0xDD5257) is known color: Mandy. HEX triplet: DD, 52 and 57. RGB value is (221,82,87). Sum of RGB (Red+Green+Blue) = 221+82+87=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 87 (34.38% from 255 or 22.31% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5257 is #22ADA8. Grayscale: #7C7C7C. Windows color (decimal): -2272681 or 5722845. OLE color: 5722845.

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

Color convert

RGB 221 82 87 -
CMYK 0 0.63 0.61 0.13
HSL 357.84º 0.67% 0.59% -
HSV(B) 357.84º 0.63% 0.87% -
XYZ 34.56 22.09 11.46 -
YUV 124.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 221 82 87 0 0.63 0.61 0.13 357.84 0.67 0.59
Hex DD 52 57 0 3F 3D D 166 43 3B
Octal 335 122 127 0 77 75 15 546 103 73
Binary 11011101 1010010 1010111 0 111111 111101 1101 101100110 1000011 111011

Color Harmonies of #DD5257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5257

Black with #DD5257

Text Example


Text Example

White with #DD5257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5257; }

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

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

background-color css

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

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

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

border-color css

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

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

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