Html Css Color HEX #DC5261 Mandy

📋 copy color: '#DC5261'

red 220 ◦ green 82 ◦ blue 97

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

Shades of Mandy #DC5261

Tints of Mandy #DC5261

RGB

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

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

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

R = 55.14%
G = 20.55%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DC5261 (or 0xDC5261) is known color: Mandy. HEX triplet: DC, 52 and 61. RGB value is (220,82,97). Sum of RGB (Red+Green+Blue) = 220+82+97=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 97 (38.28% from 255 or 24.31% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5261 is #23AD9E. Grayscale: #7D7D7D. Windows color (decimal): -2338207 or 6378204. OLE color: 6378204.

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

Color convert

RGB 220 82 97 -
CMYK 0 0.63 0.56 0.14
HSL 353.48º 0.66% 0.59% -
HSV(B) 353.48º 0.63% 0.86% -
XYZ 34.69 22.11 13.75 -
YUV 124.97 112.22 195.78 -
System Red Green Blue C M Y K H S L
Decimal 220 82 97 0 0.63 0.56 0.14 353.48 0.66 0.59
Hex DC 52 61 0 3F 38 E 161 42 3B
Octal 334 122 141 0 77 70 16 541 102 73
Binary 11011100 1010010 1100001 0 111111 111000 1110 101100001 1000010 111011

Color Harmonies of #DC5261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5261

Black with #DC5261

Text Example


Text Example

White with #DC5261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5261; }

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

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

background-color css

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

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

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

border-color css

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

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

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