Html Css Color HEX #DC5154 Mandy

📋 copy color: '#DC5154'

red 220 ◦ green 81 ◦ blue 84

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

Shades of Mandy #DC5154

Tints of Mandy #DC5154

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.04%

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

R = 57.14%
G = 21.04%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DC5154 (or 0xDC5154) is known color: Mandy. HEX triplet: DC, 51 and 54. RGB value is (220,81,84). Sum of RGB (Red+Green+Blue) = 220+81+84=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 81 (32.03% from 255 or 21.04% from 385); Blue value is 84 (33.20% from 255 or 21.82% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5154 is #23AEAB. Grayscale: #7B7B7B. Windows color (decimal): -2338476 or 5525980. OLE color: 5525980.

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

Color convert

RGB 220 81 84 -
CMYK 0 0.63 0.62 0.14
HSL 358.71º 0.67% 0.59% -
HSV(B) 358.71º 0.63% 0.86% -
XYZ 34.06 21.74 10.79 -
YUV 122.9 106.05 197.26 -
System Red Green Blue C M Y K H S L
Decimal 220 81 84 0 0.63 0.62 0.14 358.71 0.67 0.59
Hex DC 51 54 0 3F 3E E 167 43 3B
Octal 334 121 124 0 77 76 16 547 103 73
Binary 11011100 1010001 1010100 0 111111 111110 1110 101100111 1000011 111011

Color Harmonies of #DC5154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5154

Black with #DC5154

Text Example


Text Example

White with #DC5154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5154; }

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

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

background-color css

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

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

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

border-color css

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

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

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