Html Css Color HEX #DC5355 Mandy

📋 copy color: '#DC5355'

red 220 ◦ green 83 ◦ blue 85

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

Shades of Mandy #DC5355

Tints of Mandy #DC5355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.91%

R = 56.7%
G = 21.39%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC5355 (or 0xDC5355) is known color: Mandy. HEX triplet: DC, 53 and 55. RGB value is (220,83,85). Sum of RGB (Red+Green+Blue) = 220+83+85=388 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.70% from 388); Green value is 83 (32.81% from 255 or 21.39% from 388); Blue value is 85 (33.59% from 255 or 21.91% from 388); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5355 is #23ACAA. Grayscale: #7C7C7C. Windows color (decimal): -2337963 or 5592028. OLE color: 5592028.

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

Color convert

RGB 220 83 85 -
CMYK 0 0.62 0.61 0.14
HSL 359.12º 0.66% 0.59% -
HSV(B) 359.12º 0.62% 0.86% -
XYZ 34.25 22.06 11.05 -
YUV 124.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 220 83 85 0 0.62 0.61 0.14 359.12 0.66 0.59
Hex DC 53 55 0 3E 3D E 167 42 3B
Octal 334 123 125 0 76 75 16 547 102 73
Binary 11011100 1010011 1010101 0 111110 111101 1110 101100111 1000010 111011

Color Harmonies of #DC5355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5355

Black with #DC5355

Text Example


Text Example

White with #DC5355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5355; }

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

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

background-color css

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

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

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

border-color css

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

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

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