Html Css Color HEX #DC5461 Mandy

📋 copy color: '#DC5461'

red 220 ◦ green 84 ◦ blue 97

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

Shades of Mandy #DC5461

Tints of Mandy #DC5461

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.19%

R = 54.86%
G = 20.95%
B = 24.19%

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

#DC5461 (or 0xDC5461) is known color: Mandy. HEX triplet: DC, 54 and 61. RGB value is (220,84,97). Sum of RGB (Red+Green+Blue) = 220+84+97=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 84 (33.20% from 255 or 20.95% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5461 is #23AB9E. Grayscale: #7E7E7E. Windows color (decimal): -2337695 or 6378716. OLE color: 6378716.

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

Color convert

RGB 220 84 97 -
CMYK 0 0.62 0.56 0.14
HSL 354.26º 0.66% 0.6% -
HSV(B) 354.26º 0.62% 0.86% -
XYZ 34.84 22.42 13.8 -
YUV 126.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 220 84 97 0 0.62 0.56 0.14 354.26 0.66 0.6
Hex DC 54 61 0 3E 38 E 162 42 3C
Octal 334 124 141 0 76 70 16 542 102 74
Binary 11011100 1010100 1100001 0 111110 111000 1110 101100010 1000010 111100

Color Harmonies of #DC5461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5461

Black with #DC5461

Text Example


Text Example

White with #DC5461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5461; }

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

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

background-color css

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

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

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

border-color css

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

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

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