Html Css Color HEX #DD5156 Mandy

📋 copy color: '#DD5156'

red 221 ◦ green 81 ◦ blue 86

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

Shades of Mandy #DD5156

Tints of Mandy #DD5156

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.88%

 BLUE value IS 86 (33.98% from 255) = 22.16%

R = 56.96%
G = 20.88%
B = 22.16%

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

#DD5156 (or 0xDD5156) is known color: Mandy. HEX triplet: DD, 51 and 56. RGB value is (221,81,86). Sum of RGB (Red+Green+Blue) = 221+81+86=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 81 (32.03% from 255 or 20.88% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5156 is #22AEA9. Grayscale: #7B7B7B. Windows color (decimal): -2272938 or 5657053. OLE color: 5657053.

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

Color convert

RGB 221 81 86 -
CMYK 0 0.63 0.61 0.13
HSL 357.86º 0.67% 0.59% -
HSV(B) 357.86º 0.63% 0.87% -
XYZ 34.44 21.93 11.22 -
YUV 123.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 221 81 86 0 0.63 0.61 0.13 357.86 0.67 0.59
Hex DD 51 56 0 3F 3D D 166 43 3B
Octal 335 121 126 0 77 75 15 546 103 73
Binary 11011101 1010001 1010110 0 111111 111101 1101 101100110 1000011 111011

Color Harmonies of #DD5156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5156

Black with #DD5156

Text Example


Text Example

White with #DD5156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5156; }

 p { color: rgb(221,81,86); }

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

background-color css

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

 a { background-color: rgb(221,81,86); }

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

border-color css

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

 span { border-color: rgb(221,81,86); }

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