Html Css Color HEX #DC505A Mandy

📋 copy color: '#DC505A'

red 220 ◦ green 80 ◦ blue 90

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

Shades of Mandy #DC505A

Tints of Mandy #DC505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.08%

R = 56.41%
G = 20.51%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DC505A (or 0xDC505A) is known color: Mandy. HEX triplet: DC, 50 and 5A. RGB value is (220,80,90). Sum of RGB (Red+Green+Blue) = 220+80+90=390 (51% of max value = 765). Red value is 220 (86.33% from 255 or 56.41% from 390); Green value is 80 (31.64% from 255 or 20.51% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 220 - color contains mainly: red. Hex color #DC505A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC505A is #23AFA5. Grayscale: #7B7B7B. Windows color (decimal): -2338726 or 5918940. OLE color: 5918940.

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

Color convert

RGB 220 80 90 -
CMYK 0 0.64 0.59 0.14
HSL 355.71º 0.67% 0.59% -
HSV(B) 355.71º 0.64% 0.86% -
XYZ 34.23 21.69 12.06 -
YUV 123 109.38 197.19 -
System Red Green Blue C M Y K H S L
Decimal 220 80 90 0 0.64 0.59 0.14 355.71 0.67 0.59
Hex DC 50 5A 0 40 3B E 164 43 3B
Octal 334 120 132 0 100 73 16 544 103 73
Binary 11011100 1010000 1011010 0 1000000 111011 1110 101100100 1000011 111011

Color Harmonies of #DC505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC505A

Black with #DC505A

Text Example


Text Example

White with #DC505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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