Html Css Color HEX #DC2D55 Amaranth

📋 copy color: '#DC2D55'

red 220 ◦ green 45 ◦ blue 85

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

Shades of Amaranth #DC2D55

Tints of Amaranth #DC2D55

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.86%

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

R = 62.86%
G = 12.86%
B = 24.29%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC2D55 (or 0xDC2D55) is known color: Amaranth. HEX triplet: DC, 2D and 55. RGB value is (220,45,85). Sum of RGB (Red+Green+Blue) = 220+45+85=350 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.86% from 350); Green value is 45 (17.97% from 255 or 12.86% from 350); Blue value is 85 (33.59% from 255 or 24.29% from 350); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2D55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2D55 is #23D2AA. Grayscale: #656565. Windows color (decimal): -2347691 or 5582300. OLE color: 5582300.

HSL color Cylindrical-coordinate representation of color #DC2D55: hue angle of 346.29º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DC2D55 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 45 85 -
CMYK 0 0.80 0.61 0.14
HSL 346.29º 0.71% 0.52% -
HSV(B) 346.29º 0.8% 0.86% -
XYZ 32.09 17.75 10.33 -
YUV 101.89 118.48 212.25 -
System Red Green Blue C M Y K H S L
Decimal 220 45 85 0 0.80 0.61 0.14 346.29 0.71 0.52
Hex DC 2D 55 0 50 3D E 15A 47 34
Octal 334 55 125 0 120 75 16 532 107 64
Binary 11011100 101101 1010101 0 1010000 111101 1110 101011010 1000111 110100

Color Harmonies of #DC2D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2D55

Black with #DC2D55

Text Example


Text Example

White with #DC2D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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