Html Css Color HEX #DF2156 Amaranth

📋 copy color: '#DF2156'

red 223 ◦ green 33 ◦ blue 86

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

Shades of Amaranth #DF2156

Tints of Amaranth #DF2156

RGB

 RED value IS 223 (87.5% from 255) = 65.2%

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

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

R = 65.2%
G = 9.65%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DF2156 (or 0xDF2156) is known color: Amaranth. HEX triplet: DF, 21 and 56. RGB value is (223,33,86). Sum of RGB (Red+Green+Blue) = 223+33+86=342 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.20% from 342); Green value is 33 (13.28% from 255 or 9.65% from 342); Blue value is 86 (33.98% from 255 or 25.15% from 342); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2156 is #20DEA9. Grayscale: #5F5F5F. Windows color (decimal): -2154154 or 5644767. OLE color: 5644767.

HSL color Cylindrical-coordinate representation of color #DF2156: hue angle of 343.26º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2156 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 33 86 -
CMYK 0 0.85 0.61 0.13
HSL 343.26º 0.75% 0.5% -
HSV(B) 343.26º 0.85% 0.87% -
XYZ 32.66 17.45 10.45 -
YUV 95.85 122.45 218.69 -
System Red Green Blue C M Y K H S L
Decimal 223 33 86 0 0.85 0.61 0.13 343.26 0.75 0.5
Hex DF 21 56 0 55 3D D 157 4B 32
Octal 337 41 126 0 125 75 15 527 113 62
Binary 11011111 100001 1010110 0 1010101 111101 1101 101010111 1001011 110010

Color Harmonies of #DF2156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2156

Black with #DF2156

Text Example


Text Example

White with #DF2156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2156; }

 p { color: rgb(223,33,86); }

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

background-color css

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

 a { background-color: rgb(223,33,86); }

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

border-color css

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

 span { border-color: rgb(223,33,86); }

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