Html Css Color HEX #DC4D5E Mandy

📋 copy color: '#DC4D5E'

red 220 ◦ green 77 ◦ blue 94

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

Shades of Mandy #DC4D5E

Tints of Mandy #DC4D5E

RGB

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

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

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

R = 56.27%
G = 19.69%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DC4D5E (or 0xDC4D5E) is known color: Mandy. HEX triplet: DC, 4D and 5E. RGB value is (220,77,94). Sum of RGB (Red+Green+Blue) = 220+77+94=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4D5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4D5E is #23B2A1. Grayscale: #797979. Windows color (decimal): -2339490 or 6180316. OLE color: 6180316.

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

Color convert

RGB 220 77 94 -
CMYK 0 0.65 0.57 0.14
HSL 352.87º 0.67% 0.58% -
HSV(B) 352.87º 0.65% 0.86% -
XYZ 34.19 21.33 12.91 -
YUV 121.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 220 77 94 0 0.65 0.57 0.14 352.87 0.67 0.58
Hex DC 4D 5E 0 41 39 E 161 43 3A
Octal 334 115 136 0 101 71 16 541 103 72
Binary 11011100 1001101 1011110 0 1000001 111001 1110 101100001 1000011 111010

Color Harmonies of #DC4D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4D5E

Black with #DC4D5E

Text Example


Text Example

White with #DC4D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4D5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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