Html Css Color HEX #DC5460 Mandy

📋 copy color: '#DC5460'

red 220 ◦ green 84 ◦ blue 96

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

Shades of Mandy #DC5460

Tints of Mandy #DC5460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 24%

R = 55%
G = 21%
B = 24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC5460 (or 0xDC5460) is known color: Mandy. HEX triplet: DC, 54 and 60. RGB value is (220,84,96). Sum of RGB (Red+Green+Blue) = 220+84+96=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 96 (37.89% from 255 or 24% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5460 is #23AB9F. Grayscale: #7E7E7E. Windows color (decimal): -2337696 or 6313180. OLE color: 6313180.

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

Color convert

RGB 220 84 96 -
CMYK 0 0.62 0.56 0.14
HSL 354.71º 0.66% 0.6% -
HSV(B) 354.71º 0.62% 0.86% -
XYZ 34.8 22.4 13.56 -
YUV 126.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 220 84 96 0 0.62 0.56 0.14 354.71 0.66 0.6
Hex DC 54 60 0 3E 38 E 163 42 3C
Octal 334 124 140 0 76 70 16 543 102 74
Binary 11011100 1010100 1100000 0 111110 111000 1110 101100011 1000010 111100

Color Harmonies of #DC5460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5460

Black with #DC5460

Text Example


Text Example

White with #DC5460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5460; }

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

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

background-color css

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

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

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

border-color css

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

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

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