Html Css Color HEX #DC5263 Mandy

📋 copy color: '#DC5263'

red 220 ◦ green 82 ◦ blue 99

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

Shades of Mandy #DC5263

Tints of Mandy #DC5263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 24.69%

R = 54.86%
G = 20.45%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DC5263 (or 0xDC5263) is known color: Mandy. HEX triplet: DC, 52 and 63. RGB value is (220,82,99). Sum of RGB (Red+Green+Blue) = 220+82+99=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 99 (39.06% from 255 or 24.69% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5263 is #23AD9C. Grayscale: #7D7D7D. Windows color (decimal): -2338205 or 6509276. OLE color: 6509276.

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

Color convert

RGB 220 82 99 -
CMYK 0 0.63 0.55 0.14
HSL 352.61º 0.66% 0.59% -
HSV(B) 352.61º 0.63% 0.86% -
XYZ 34.78 22.15 14.25 -
YUV 125.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 220 82 99 0 0.63 0.55 0.14 352.61 0.66 0.59
Hex DC 52 63 0 3F 37 E 161 42 3B
Octal 334 122 143 0 77 67 16 541 102 73
Binary 11011100 1010010 1100011 0 111111 110111 1110 101100001 1000010 111011

Color Harmonies of #DC5263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5263

Black with #DC5263

Text Example


Text Example

White with #DC5263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5263; }

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

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

background-color css

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

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

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

border-color css

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

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

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