Html Css Color HEX #DD5457 Mandy

📋 copy color: '#DD5457'

red 221 ◦ green 84 ◦ blue 87

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

Shades of Mandy #DD5457

Tints of Mandy #DD5457

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.43%

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

R = 56.38%
G = 21.43%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DD5457 (or 0xDD5457) is known color: Mandy. HEX triplet: DD, 54 and 57. RGB value is (221,84,87). Sum of RGB (Red+Green+Blue) = 221+84+87=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5457 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5457 is #22ABA8. Grayscale: #7D7D7D. Windows color (decimal): -2272169 or 5723357. OLE color: 5723357.

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

Color convert

RGB 221 84 87 -
CMYK 0 0.62 0.61 0.13
HSL 358.69º 0.67% 0.6% -
HSV(B) 358.69º 0.62% 0.87% -
XYZ 34.71 22.4 11.51 -
YUV 125.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 221 84 87 0 0.62 0.61 0.13 358.69 0.67 0.6
Hex DD 54 57 0 3E 3D D 167 43 3C
Octal 335 124 127 0 76 75 15 547 103 74
Binary 11011101 1010100 1010111 0 111110 111101 1101 101100111 1000011 111100

Color Harmonies of #DD5457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5457

Black with #DD5457

Text Example


Text Example

White with #DD5457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5457; }

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

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

background-color css

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

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

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

border-color css

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

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

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