Html Css Color HEX #DC5D5E Mandy

📋 copy color: '#DC5D5E'

red 220 ◦ green 93 ◦ blue 94

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

Shades of Mandy #DC5D5E

Tints of Mandy #DC5D5E

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

 BLUE value IS 94 (37.11% from 255) = 23.1%

R = 54.05%
G = 22.85%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC5D5E (or 0xDC5D5E) is known color: Mandy. HEX triplet: DC, 5D and 5E. RGB value is (220,93,94). Sum of RGB (Red+Green+Blue) = 220+93+94=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 94 (37.11% from 255 or 23.10% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5D5E is #23A2A1. Grayscale: #838383. Windows color (decimal): -2335394 or 6184412. OLE color: 6184412.

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

Color convert

RGB 220 93 94 -
CMYK 0 0.58 0.57 0.14
HSL 359.53º 0.64% 0.61% -
HSV(B) 359.53º 0.58% 0.86% -
XYZ 35.45 23.85 13.33 -
YUV 131.09 107.08 191.42 -
System Red Green Blue C M Y K H S L
Decimal 220 93 94 0 0.58 0.57 0.14 359.53 0.64 0.61
Hex DC 5D 5E 0 3A 39 E 168 40 3D
Octal 334 135 136 0 72 71 16 550 100 75
Binary 11011100 1011101 1011110 0 111010 111001 1110 101101000 1000000 111101

Color Harmonies of #DC5D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D5E

Black with #DC5D5E

Text Example


Text Example

White with #DC5D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D5E; }

 p { color: rgb(220,93,94); }

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

background-color css

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

 a { background-color: rgb(220,93,94); }

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

border-color css

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

 span { border-color: rgb(220,93,94); }

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