Html Css Color HEX #DC5156 Mandy

📋 copy color: '#DC5156'

red 220 ◦ green 81 ◦ blue 86

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

Shades of Mandy #DC5156

Tints of Mandy #DC5156

RGB

 RED value IS 220 (86.33% from 255) = 56.85%

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

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

R = 56.85%
G = 20.93%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC5156 (or 0xDC5156) is known color: Mandy. HEX triplet: DC, 51 and 56. RGB value is (220,81,86). Sum of RGB (Red+Green+Blue) = 220+81+86=387 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.85% from 387); Green value is 81 (32.03% from 255 or 20.93% from 387); Blue value is 86 (33.98% from 255 or 22.22% from 387); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5156 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5156 is #23AEA9. Grayscale: #7B7B7B. Windows color (decimal): -2338474 or 5657052. OLE color: 5657052.

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

Color convert

RGB 220 81 86 -
CMYK 0 0.63 0.61 0.14
HSL 357.84º 0.67% 0.59% -
HSV(B) 357.84º 0.63% 0.86% -
XYZ 34.14 21.77 11.21 -
YUV 123.13 107.05 197.09 -
System Red Green Blue C M Y K H S L
Decimal 220 81 86 0 0.63 0.61 0.14 357.84 0.67 0.59
Hex DC 51 56 0 3F 3D E 166 43 3B
Octal 334 121 126 0 77 75 16 546 103 73
Binary 11011100 1010001 1010110 0 111111 111101 1110 101100110 1000011 111011

Color Harmonies of #DC5156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5156

Black with #DC5156

Text Example


Text Example

White with #DC5156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5156; }

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

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

background-color css

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

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

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

border-color css

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

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

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