Html Css Color HEX #DC5256 Mandy

📋 copy color: '#DC5256'

red 220 ◦ green 82 ◦ blue 86

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

Shades of Mandy #DC5256

Tints of Mandy #DC5256

RGB

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

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

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

R = 56.7%
G = 21.13%
B = 22.16%

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

#DC5256 (or 0xDC5256) is known color: Mandy. HEX triplet: DC, 52 and 56. RGB value is (220,82,86). Sum of RGB (Red+Green+Blue) = 220+82+86=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 86 (33.98% from 255 or 22.16% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5256 is #23ADA9. Grayscale: #7B7B7B. Windows color (decimal): -2338218 or 5657308. OLE color: 5657308.

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

Color convert

RGB 220 82 86 -
CMYK 0 0.63 0.61 0.14
HSL 358.26º 0.66% 0.59% -
HSV(B) 358.26º 0.63% 0.86% -
XYZ 34.21 21.92 11.23 -
YUV 123.72 106.72 196.67 -
System Red Green Blue C M Y K H S L
Decimal 220 82 86 0 0.63 0.61 0.14 358.26 0.66 0.59
Hex DC 52 56 0 3F 3D E 166 42 3B
Octal 334 122 126 0 77 75 16 546 102 73
Binary 11011100 1010010 1010110 0 111111 111101 1110 101100110 1000010 111011

Color Harmonies of #DC5256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5256

Black with #DC5256

Text Example


Text Example

White with #DC5256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5256; }

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

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

background-color css

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

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

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

border-color css

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

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

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