Html Css Color HEX #DF2051 Amaranth

📋 copy color: '#DF2051'

red 223 ◦ green 32 ◦ blue 81

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

Shades of Amaranth #DF2051

Tints of Amaranth #DF2051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.52%

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 66.37%
G = 9.52%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF2051 (or 0xDF2051) is known color: Amaranth. HEX triplet: DF, 20 and 51. RGB value is (223,32,81). Sum of RGB (Red+Green+Blue) = 223+32+81=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2051 is #20DFAE. Grayscale: #5E5E5E. Windows color (decimal): -2154415 or 5316831. OLE color: 5316831.

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

Color convert

RGB 223 32 81 -
CMYK 0 0.86 0.64 0.13
HSL 344.61º 0.75% 0.5% -
HSV(B) 344.61º 0.86% 0.87% -
XYZ 32.43 17.32 9.42 -
YUV 94.7 120.28 219.52 -
System Red Green Blue C M Y K H S L
Decimal 223 32 81 0 0.86 0.64 0.13 344.61 0.75 0.5
Hex DF 20 51 0 56 40 D 159 4B 32
Octal 337 40 121 0 126 100 15 531 113 62
Binary 11011111 100000 1010001 0 1010110 1000000 1101 101011001 1001011 110010

Color Harmonies of #DF2051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2051

Black with #DF2051

Text Example


Text Example

White with #DF2051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2051; }

 p { color: rgb(223,32,81); }

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

background-color css

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

 a { background-color: rgb(223,32,81); }

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

border-color css

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

 span { border-color: rgb(223,32,81); }

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