Html Css Color HEX #DC2855 Amaranth

📋 copy color: '#DC2855'

red 220 ◦ green 40 ◦ blue 85

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

Shades of Amaranth #DC2855

Tints of Amaranth #DC2855

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.59%

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

R = 63.77%
G = 11.59%
B = 24.64%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC2855 (or 0xDC2855) is known color: Amaranth. HEX triplet: DC, 28 and 55. RGB value is (220,40,85). Sum of RGB (Red+Green+Blue) = 220+40+85=345 (45% of max value = 765). Red value is 220 (86.33% from 255 or 63.77% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 85 (33.59% from 255 or 24.64% from 345); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2855 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2855 is #23D7AA. Grayscale: #626262. Windows color (decimal): -2348971 or 5581020. OLE color: 5581020.

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

Color convert

RGB 220 40 85 -
CMYK 0 0.82 0.61 0.14
HSL 345º 0.72% 0.51% -
HSV(B) 345º 0.82% 0.86% -
XYZ 31.91 17.39 10.27 -
YUV 98.95 120.13 214.34 -
System Red Green Blue C M Y K H S L
Decimal 220 40 85 0 0.82 0.61 0.14 345 0.72 0.51
Hex DC 28 55 0 52 3D E 159 48 33
Octal 334 50 125 0 122 75 16 531 110 63
Binary 11011100 101000 1010101 0 1010010 111101 1110 101011001 1001000 110011

Color Harmonies of #DC2855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2855

Black with #DC2855

Text Example


Text Example

White with #DC2855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2855; }

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

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

background-color css

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

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

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

border-color css

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

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

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