Html Css Color HEX #DC2259 Amaranth

📋 copy color: '#DC2259'

red 220 ◦ green 34 ◦ blue 89

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

Shades of Amaranth #DC2259

Tints of Amaranth #DC2259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.91%

 BLUE value IS 89 (35.16% from 255) = 25.95%

R = 64.14%
G = 9.91%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC2259 (or 0xDC2259) is known color: Amaranth. HEX triplet: DC, 22 and 59. RGB value is (220,34,89). Sum of RGB (Red+Green+Blue) = 220+34+89=343 (45% of max value = 765). Red value is 220 (86.33% from 255 or 64.14% from 343); Green value is 34 (13.67% from 255 or 9.91% from 343); Blue value is 89 (35.16% from 255 or 25.95% from 343); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2259 is #23DDA6. Grayscale: #5F5F5F. Windows color (decimal): -2350503 or 5841628. OLE color: 5841628.

HSL color Cylindrical-coordinate representation of color #DC2259: hue angle of 342.26º degrees, saturation: 0.73, 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 #DC2259 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 34 89 -
CMYK 0 0.85 0.60 0.14
HSL 342.26º 0.73% 0.5% -
HSV(B) 342.26º 0.85% 0.86% -
XYZ 31.89 17.08 11.07 -
YUV 95.88 124.12 216.53 -
System Red Green Blue C M Y K H S L
Decimal 220 34 89 0 0.85 0.60 0.14 342.26 0.73 0.5
Hex DC 22 59 0 55 3C E 156 49 32
Octal 334 42 131 0 125 74 16 526 111 62
Binary 11011100 100010 1011001 0 1010101 111100 1110 101010110 1001001 110010

Color Harmonies of #DC2259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2259

Black with #DC2259

Text Example


Text Example

White with #DC2259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2259; }

 p { color: rgb(220,34,89); }

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

background-color css

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

 a { background-color: rgb(220,34,89); }

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

border-color css

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

 span { border-color: rgb(220,34,89); }

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