Html Css Color HEX #DC5458 Mandy

📋 copy color: '#DC5458'

red 220 ◦ green 84 ◦ blue 88

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

Shades of Mandy #DC5458

Tints of Mandy #DC5458

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 22.45%

R = 56.12%
G = 21.43%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC5458 (or 0xDC5458) is known color: Mandy. HEX triplet: DC, 54 and 58. RGB value is (220,84,88). Sum of RGB (Red+Green+Blue) = 220+84+88=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5458 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5458 is #23ABA7. Grayscale: #7D7D7D. Windows color (decimal): -2337704 or 5788892. OLE color: 5788892.

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

Color convert

RGB 220 84 88 -
CMYK 0 0.62 0.6 0.14
HSL 358.24º 0.66% 0.6% -
HSV(B) 358.24º 0.62% 0.86% -
XYZ 34.45 22.26 11.71 -
YUV 125.12 107.06 195.67 -
System Red Green Blue C M Y K H S L
Decimal 220 84 88 0 0.62 0.6 0.14 358.24 0.66 0.6
Hex DC 54 58 0 3E 3C E 166 42 3C
Octal 334 124 130 0 76 74 16 546 102 74
Binary 11011100 1010100 1011000 0 111110 111100 1110 101100110 1000010 111100

Color Harmonies of #DC5458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5458

Black with #DC5458

Text Example


Text Example

White with #DC5458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5458; }

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

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

background-color css

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

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

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

border-color css

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

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

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