Html Css Color HEX #DC5254 Mandy

📋 copy color: '#DC5254'

red 220 ◦ green 82 ◦ blue 84

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

Shades of Mandy #DC5254

Tints of Mandy #DC5254

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.24%

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

R = 56.99%
G = 21.24%
B = 21.76%

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

#DC5254 (or 0xDC5254) is known color: Mandy. HEX triplet: DC, 52 and 54. RGB value is (220,82,84). Sum of RGB (Red+Green+Blue) = 220+82+84=386 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.99% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 84 (33.20% from 255 or 21.76% from 386); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5254 is #23ADAB. Grayscale: #7B7B7B. Windows color (decimal): -2338220 or 5526236. OLE color: 5526236.

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

Color convert

RGB 220 82 84 -
CMYK 0 0.63 0.62 0.14
HSL 359.13º 0.66% 0.59% -
HSV(B) 359.13º 0.63% 0.86% -
XYZ 34.13 21.89 10.81 -
YUV 123.49 105.72 196.84 -
System Red Green Blue C M Y K H S L
Decimal 220 82 84 0 0.63 0.62 0.14 359.13 0.66 0.59
Hex DC 52 54 0 3F 3E E 167 42 3B
Octal 334 122 124 0 77 76 16 547 102 73
Binary 11011100 1010010 1010100 0 111111 111110 1110 101100111 1000010 111011

Color Harmonies of #DC5254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5254

Black with #DC5254

Text Example


Text Example

White with #DC5254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5254; }

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

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

background-color css

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

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

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

border-color css

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

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

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