Html Css Color HEX #DC4D5D Mandy

📋 copy color: '#DC4D5D'

red 220 ◦ green 77 ◦ blue 93

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

Shades of Mandy #DC4D5D

Tints of Mandy #DC4D5D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.74%

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

R = 56.41%
G = 19.74%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC4D5D (or 0xDC4D5D) is known color: Mandy. HEX triplet: DC, 4D and 5D. RGB value is (220,77,93). Sum of RGB (Red+Green+Blue) = 220+77+93=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 93 (36.72% from 255 or 23.85% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D5D is #23B2A2. Grayscale: #797979. Windows color (decimal): -2339491 or 6114780. OLE color: 6114780.

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

Color convert

RGB 220 77 93 -
CMYK 0 0.65 0.58 0.14
HSL 353.29º 0.67% 0.58% -
HSV(B) 353.29º 0.65% 0.86% -
XYZ 34.14 21.31 12.67 -
YUV 121.58 111.88 198.2 -
System Red Green Blue C M Y K H S L
Decimal 220 77 93 0 0.65 0.58 0.14 353.29 0.67 0.58
Hex DC 4D 5D 0 41 3A E 161 43 3A
Octal 334 115 135 0 101 72 16 541 103 72
Binary 11011100 1001101 1011101 0 1000001 111010 1110 101100001 1000011 111010

Color Harmonies of #DC4D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D5D

Black with #DC4D5D

Text Example


Text Example

White with #DC4D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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