Html Css Color HEX #DC505C Mandy

📋 copy color: '#DC505C'

red 220 ◦ green 80 ◦ blue 92

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

Shades of Mandy #DC505C

Tints of Mandy #DC505C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.47%

R = 56.12%
G = 20.41%
B = 23.47%

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

#DC505C (or 0xDC505C) is known color: Mandy. HEX triplet: DC, 50 and 5C. RGB value is (220,80,92). Sum of RGB (Red+Green+Blue) = 220+80+92=392 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.12% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 92 (36.33% from 255 or 23.47% from 392); Max value from RGB is 220 - color contains mainly: red. Hex color #DC505C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC505C is #23AFA3. Grayscale: #7B7B7B. Windows color (decimal): -2338724 or 6050012. OLE color: 6050012.

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

Color convert

RGB 220 80 92 -
CMYK 0 0.64 0.58 0.14
HSL 354.86º 0.67% 0.59% -
HSV(B) 354.86º 0.64% 0.86% -
XYZ 34.32 21.73 12.51 -
YUV 123.23 110.38 197.02 -
System Red Green Blue C M Y K H S L
Decimal 220 80 92 0 0.64 0.58 0.14 354.86 0.67 0.59
Hex DC 50 5C 0 40 3A E 163 43 3B
Octal 334 120 134 0 100 72 16 543 103 73
Binary 11011100 1010000 1011100 0 1000000 111010 1110 101100011 1000011 111011

Color Harmonies of #DC505C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC505C

Black with #DC505C

Text Example


Text Example

White with #DC505C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC505C; }

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

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

background-color css

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

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

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

border-color css

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

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

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