Html Css Color HEX #DC5055 Mandy

📋 copy color: '#DC5055'

red 220 ◦ green 80 ◦ blue 85

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

Shades of Mandy #DC5055

Tints of Mandy #DC5055

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.78%

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

R = 57.14%
G = 20.78%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC5055 (or 0xDC5055) is known color: Mandy. HEX triplet: DC, 50 and 55. RGB value is (220,80,85). Sum of RGB (Red+Green+Blue) = 220+80+85=385 (50% of max value = 765). Red value is 220 (86.33% from 255 or 57.14% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 85 (33.59% from 255 or 22.08% from 385); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5055 is #23AFAA. Grayscale: #7A7A7A. Windows color (decimal): -2338731 or 5591260. OLE color: 5591260.

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

Color convert

RGB 220 80 85 -
CMYK 0 0.64 0.61 0.14
HSL 357.86º 0.67% 0.59% -
HSV(B) 357.86º 0.64% 0.86% -
XYZ 34.02 21.61 10.97 -
YUV 122.43 106.88 197.59 -
System Red Green Blue C M Y K H S L
Decimal 220 80 85 0 0.64 0.61 0.14 357.86 0.67 0.59
Hex DC 50 55 0 40 3D E 166 43 3B
Octal 334 120 125 0 100 75 16 546 103 73
Binary 11011100 1010000 1010101 0 1000000 111101 1110 101100110 1000011 111011

Color Harmonies of #DC5055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5055

Black with #DC5055

Text Example


Text Example

White with #DC5055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5055; }

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

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

background-color css

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

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

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

border-color css

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

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

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