Html Css Color HEX #DF4054 Amaranth

📋 copy color: '#DF4054'

red 223 ◦ green 64 ◦ blue 84

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

Shades of Amaranth #DF4054

Tints of Amaranth #DF4054

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.25%

 BLUE value IS 84 (33.2% from 255) = 22.64%

R = 60.11%
G = 17.25%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF4054 (or 0xDF4054) is known color: Amaranth. HEX triplet: DF, 40 and 54. RGB value is (223,64,84). Sum of RGB (Red+Green+Blue) = 223+64+84=371 (49% of max value = 765). Red value is 223 (87.5% from 255 or 60.11% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 84 (33.20% from 255 or 22.64% from 371); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4054 is #20BFAB. Grayscale: #717171. Windows color (decimal): -2146220 or 5521631. OLE color: 5521631.

HSL color Cylindrical-coordinate representation of color #DF4054: hue angle of 352.45º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DF4054 is Cyan = 0, Magento = 0.71, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 64 84 -
CMYK 0 0.71 0.62 0.13
HSL 352.45º 0.71% 0.56% -
HSV(B) 352.45º 0.71% 0.87% -
XYZ 33.87 19.99 10.46 -
YUV 113.82 111.18 205.87 -
System Red Green Blue C M Y K H S L
Decimal 223 64 84 0 0.71 0.62 0.13 352.45 0.71 0.56
Hex DF 40 54 0 47 3E D 160 47 38
Octal 337 100 124 0 107 76 15 540 107 70
Binary 11011111 1000000 1010100 0 1000111 111110 1101 101100000 1000111 111000

Color Harmonies of #DF4054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4054

Black with #DF4054

Text Example


Text Example

White with #DF4054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4054; }

 p { color: rgb(223,64,84); }

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

background-color css

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

 a { background-color: rgb(223,64,84); }

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

border-color css

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

 span { border-color: rgb(223,64,84); }

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