Html Css Color HEX #DC2F56 Amaranth

📋 copy color: '#DC2F56'

red 220 ◦ green 47 ◦ blue 86

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

Shades of Amaranth #DC2F56

Tints of Amaranth #DC2F56

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.31%

 BLUE value IS 86 (33.98% from 255) = 24.36%

R = 62.32%
G = 13.31%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.14

RGB Variations

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

Color information

#DC2F56 (or 0xDC2F56) is known color: Amaranth. HEX triplet: DC, 2F and 56. RGB value is (220,47,86). Sum of RGB (Red+Green+Blue) = 220+47+86=353 (46% of max value = 765). Red value is 220 (86.33% from 255 or 62.32% from 353); Green value is 47 (18.75% from 255 or 13.31% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC2F56 is #23D0A9. Grayscale: #676767. Windows color (decimal): -2347178 or 5648348. OLE color: 5648348.

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

Color convert

RGB 220 47 86 -
CMYK 0 0.79 0.61 0.14
HSL 346.47º 0.71% 0.52% -
HSV(B) 346.47º 0.79% 0.86% -
XYZ 32.21 17.92 10.57 -
YUV 103.17 118.31 211.33 -
System Red Green Blue C M Y K H S L
Decimal 220 47 86 0 0.79 0.61 0.14 346.47 0.71 0.52
Hex DC 2F 56 0 4F 3D E 15A 47 34
Octal 334 57 126 0 117 75 16 532 107 64
Binary 11011100 101111 1010110 0 1001111 111101 1110 101011010 1000111 110100

Color Harmonies of #DC2F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2F56

Black with #DC2F56

Text Example


Text Example

White with #DC2F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2F56; }

 p { color: rgb(220,47,86); }

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

background-color css

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

 a { background-color: rgb(220,47,86); }

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

border-color css

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

 span { border-color: rgb(220,47,86); }

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