Html Css Color HEX #DC5260 Mandy

📋 copy color: '#DC5260'

red 220 ◦ green 82 ◦ blue 96

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

Shades of Mandy #DC5260

Tints of Mandy #DC5260

RGB

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

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

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

R = 55.28%
G = 20.6%
B = 24.12%

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

#DC5260 (or 0xDC5260) is known color: Mandy. HEX triplet: DC, 52 and 60. RGB value is (220,82,96). Sum of RGB (Red+Green+Blue) = 220+82+96=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 96 (37.89% from 255 or 24.12% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5260 is #23AD9F. Grayscale: #7C7C7C. Windows color (decimal): -2338208 or 6312668. OLE color: 6312668.

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

Color convert

RGB 220 82 96 -
CMYK 0 0.63 0.56 0.14
HSL 353.91º 0.66% 0.59% -
HSV(B) 353.91º 0.63% 0.86% -
XYZ 34.64 22.09 13.51 -
YUV 124.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 220 82 96 0 0.63 0.56 0.14 353.91 0.66 0.59
Hex DC 52 60 0 3F 38 E 162 42 3B
Octal 334 122 140 0 77 70 16 542 102 73
Binary 11011100 1010010 1100000 0 111111 111000 1110 101100010 1000010 111011

Color Harmonies of #DC5260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5260

Black with #DC5260

Text Example


Text Example

White with #DC5260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5260; }

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

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

background-color css

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

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

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

border-color css

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

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

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