Html Css Color HEX #DC2150 Amaranth

📋 copy color: '#DC2150'

red 220 ◦ green 33 ◦ blue 80

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

Shades of Amaranth #DC2150

Tints of Amaranth #DC2150

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.91%

 BLUE value IS 80 (31.64% from 255) = 24.02%

R = 66.07%
G = 9.91%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DC2150 (or 0xDC2150) is known color: Amaranth. HEX triplet: DC, 21 and 50. RGB value is (220,33,80). Sum of RGB (Red+Green+Blue) = 220+33+80=333 (44% of max value = 765). Red value is 220 (86.33% from 255 or 66.07% from 333); Green value is 33 (13.28% from 255 or 9.91% from 333); Blue value is 80 (31.64% from 255 or 24.02% from 333); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2150 is #23DEAF. Grayscale: #5E5E5E. Windows color (decimal): -2350768 or 5251548. OLE color: 5251548.

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

Color convert

RGB 220 33 80 -
CMYK 0 0.85 0.64 0.14
HSL 344.92º 0.74% 0.5% -
HSV(B) 344.92º 0.85% 0.86% -
XYZ 31.51 16.88 9.19 -
YUV 94.27 119.95 217.68 -
System Red Green Blue C M Y K H S L
Decimal 220 33 80 0 0.85 0.64 0.14 344.92 0.74 0.5
Hex DC 21 50 0 55 40 E 159 4A 32
Octal 334 41 120 0 125 100 16 531 112 62
Binary 11011100 100001 1010000 0 1010101 1000000 1110 101011001 1001010 110010

Color Harmonies of #DC2150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2150

Black with #DC2150

Text Example


Text Example

White with #DC2150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2150; }

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

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

background-color css

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

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

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

border-color css

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

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

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