Html Css Color HEX #DC4854 Mandy

📋 copy color: '#DC4854'

red 220 ◦ green 72 ◦ blue 84

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

Shades of Mandy #DC4854

Tints of Mandy #DC4854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.15%

 BLUE value IS 84 (33.2% from 255) = 22.34%

R = 58.51%
G = 19.15%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC4854 (or 0xDC4854) is known color: Mandy. HEX triplet: DC, 48 and 54. RGB value is (220,72,84). Sum of RGB (Red+Green+Blue) = 220+72+84=376 (49% of max value = 765). Red value is 220 (86.33% from 255 or 58.51% from 376); Green value is 72 (28.52% from 255 or 19.15% from 376); Blue value is 84 (33.20% from 255 or 22.34% from 376); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4854 is #23B7AB. Grayscale: #757575. Windows color (decimal): -2340780 or 5523676. OLE color: 5523676.

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

Color convert

RGB 220 72 84 -
CMYK 0 0.67 0.62 0.14
HSL 355.14º 0.68% 0.57% -
HSV(B) 355.14º 0.67% 0.86% -
XYZ 33.43 20.49 10.58 -
YUV 117.62 109.03 201.02 -
System Red Green Blue C M Y K H S L
Decimal 220 72 84 0 0.67 0.62 0.14 355.14 0.68 0.57
Hex DC 48 54 0 43 3E E 163 44 39
Octal 334 110 124 0 103 76 16 543 104 71
Binary 11011100 1001000 1010100 0 1000011 111110 1110 101100011 1000100 111001

Color Harmonies of #DC4854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4854

Black with #DC4854

Text Example


Text Example

White with #DC4854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4854; }

 p { color: rgb(220,72,84); }

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

background-color css

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

 a { background-color: rgb(220,72,84); }

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

border-color css

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

 span { border-color: rgb(220,72,84); }

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