Html Css Color HEX #DC5459 Mandy

📋 copy color: '#DC5459'

red 220 ◦ green 84 ◦ blue 89

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

Shades of Mandy #DC5459

Tints of Mandy #DC5459

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.37%

 BLUE value IS 89 (35.16% from 255) = 22.65%

R = 55.98%
G = 21.37%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC5459 (or 0xDC5459) is known color: Mandy. HEX triplet: DC, 54 and 59. RGB value is (220,84,89). Sum of RGB (Red+Green+Blue) = 220+84+89=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 89 (35.16% from 255 or 22.65% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5459 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5459 is #23ABA6. Grayscale: #7D7D7D. Windows color (decimal): -2337703 or 5854428. OLE color: 5854428.

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

Color convert

RGB 220 84 89 -
CMYK 0 0.62 0.60 0.14
HSL 357.79º 0.66% 0.6% -
HSV(B) 357.79º 0.62% 0.86% -
XYZ 34.49 22.28 11.93 -
YUV 125.23 107.56 195.59 -
System Red Green Blue C M Y K H S L
Decimal 220 84 89 0 0.62 0.60 0.14 357.79 0.66 0.6
Hex DC 54 59 0 3E 3C E 166 42 3C
Octal 334 124 131 0 76 74 16 546 102 74
Binary 11011100 1010100 1011001 0 111110 111100 1110 101100110 1000010 111100

Color Harmonies of #DC5459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5459

Black with #DC5459

Text Example


Text Example

White with #DC5459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5459; }

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

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

background-color css

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

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

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

border-color css

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

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

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