Html Css Color HEX #DC5361 Mandy

📋 copy color: '#DC5361'

red 220 ◦ green 83 ◦ blue 97

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

Shades of Mandy #DC5361

Tints of Mandy #DC5361

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.75%

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

R = 55%
G = 20.75%
B = 24.25%

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

#DC5361 (or 0xDC5361) is known color: Mandy. HEX triplet: DC, 53 and 61. RGB value is (220,83,97). Sum of RGB (Red+Green+Blue) = 220+83+97=400 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5361 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5361 is #23AC9E. Grayscale: #7D7D7D. Windows color (decimal): -2337951 or 6378460. OLE color: 6378460.

HSL color Cylindrical-coordinate representation of color #DC5361: hue angle of 353.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DC5361 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 83 97 -
CMYK 0 0.62 0.56 0.14
HSL 353.87º 0.66% 0.59% -
HSV(B) 353.87º 0.62% 0.86% -
XYZ 34.77 22.27 13.77 -
YUV 125.56 111.89 195.36 -
System Red Green Blue C M Y K H S L
Decimal 220 83 97 0 0.62 0.56 0.14 353.87 0.66 0.59
Hex DC 53 61 0 3E 38 E 162 42 3B
Octal 334 123 141 0 76 70 16 542 102 73
Binary 11011100 1010011 1100001 0 111110 111000 1110 101100010 1000010 111011

Color Harmonies of #DC5361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5361

Black with #DC5361

Text Example


Text Example

White with #DC5361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5361; }

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

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

background-color css

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

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

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

border-color css

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

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

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