Html Css Color HEX #DC505D Mandy

📋 copy color: '#DC505D'

red 220 ◦ green 80 ◦ blue 93

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

Shades of Mandy #DC505D

Tints of Mandy #DC505D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 23.66%

R = 55.98%
G = 20.36%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DC505D (or 0xDC505D) is known color: Mandy. HEX triplet: DC, 50 and 5D. RGB value is (220,80,93). Sum of RGB (Red+Green+Blue) = 220+80+93=393 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.98% from 393); Green value is 80 (31.64% from 255 or 20.36% from 393); Blue value is 93 (36.72% from 255 or 23.66% from 393); Max value from RGB is 220 - color contains mainly: red. Hex color #DC505D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC505D is #23AFA2. Grayscale: #7B7B7B. Windows color (decimal): -2338723 or 6115548. OLE color: 6115548.

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

Color convert

RGB 220 80 93 -
CMYK 0 0.64 0.58 0.14
HSL 354.43º 0.67% 0.59% -
HSV(B) 354.43º 0.64% 0.86% -
XYZ 34.36 21.74 12.74 -
YUV 123.34 110.88 196.94 -
System Red Green Blue C M Y K H S L
Decimal 220 80 93 0 0.64 0.58 0.14 354.43 0.67 0.59
Hex DC 50 5D 0 40 3A E 162 43 3B
Octal 334 120 135 0 100 72 16 542 103 73
Binary 11011100 1010000 1011101 0 1000000 111010 1110 101100010 1000011 111011

Color Harmonies of #DC505D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC505D

Black with #DC505D

Text Example


Text Example

White with #DC505D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC505D; }

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

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

background-color css

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

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

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

border-color css

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

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

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