Html Css Color HEX #DC5C5D Mandy

📋 copy color: '#DC5C5D'

red 220 ◦ green 92 ◦ blue 93

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

Shades of Mandy #DC5C5D

Tints of Mandy #DC5C5D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.72%

 BLUE value IS 93 (36.72% from 255) = 22.96%

R = 54.32%
G = 22.72%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC5C5D (or 0xDC5C5D) is known color: Mandy. HEX triplet: DC, 5C and 5D. RGB value is (220,92,93). Sum of RGB (Red+Green+Blue) = 220+92+93=405 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.32% from 405); Green value is 92 (36.33% from 255 or 22.72% from 405); Blue value is 93 (36.72% from 255 or 22.96% from 405); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5C5D is #23A3A2. Grayscale: #828282. Windows color (decimal): -2335651 or 6118620. OLE color: 6118620.

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

Color convert

RGB 220 92 93 -
CMYK 0 0.58 0.58 0.14
HSL 359.53º 0.65% 0.61% -
HSV(B) 359.53º 0.58% 0.86% -
XYZ 35.32 23.66 13.06 -
YUV 130.39 106.91 191.92 -
System Red Green Blue C M Y K H S L
Decimal 220 92 93 0 0.58 0.58 0.14 359.53 0.65 0.61
Hex DC 5C 5D 0 3A 3A E 168 41 3D
Octal 334 134 135 0 72 72 16 550 101 75
Binary 11011100 1011100 1011101 0 111010 111010 1110 101101000 1000001 111101

Color Harmonies of #DC5C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C5D

Black with #DC5C5D

Text Example


Text Example

White with #DC5C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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