Html Css Color HEX #DC4E5D Mandy

📋 copy color: '#DC4E5D'

red 220 ◦ green 78 ◦ blue 93

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

Shades of Mandy #DC4E5D

Tints of Mandy #DC4E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.95%

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

R = 56.27%
G = 19.95%
B = 23.79%

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

#DC4E5D (or 0xDC4E5D) is known color: Mandy. HEX triplet: DC, 4E and 5D. RGB value is (220,78,93). Sum of RGB (Red+Green+Blue) = 220+78+93=391 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.27% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 93 (36.72% from 255 or 23.79% from 391); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E5D is #23B1A2. Grayscale: #7A7A7A. Windows color (decimal): -2339235 or 6115036. OLE color: 6115036.

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

Color convert

RGB 220 78 93 -
CMYK 0 0.65 0.58 0.14
HSL 353.66º 0.67% 0.58% -
HSV(B) 353.66º 0.65% 0.86% -
XYZ 34.22 21.45 12.69 -
YUV 122.17 111.54 197.78 -
System Red Green Blue C M Y K H S L
Decimal 220 78 93 0 0.65 0.58 0.14 353.66 0.67 0.58
Hex DC 4E 5D 0 41 3A E 162 43 3A
Octal 334 116 135 0 101 72 16 542 103 72
Binary 11011100 1001110 1011101 0 1000001 111010 1110 101100010 1000011 111010

Color Harmonies of #DC4E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4E5D

Black with #DC4E5D

Text Example


Text Example

White with #DC4E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4E5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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