Html Css Color HEX #DF4050 Amaranth

📋 copy color: '#DF4050'

red 223 ◦ green 64 ◦ blue 80

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

Shades of Amaranth #DF4050

Tints of Amaranth #DF4050

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 21.8%

R = 60.76%
G = 17.44%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DF4050 (or 0xDF4050) is known color: Amaranth. HEX triplet: DF, 40 and 50. RGB value is (223,64,80). Sum of RGB (Red+Green+Blue) = 223+64+80=367 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.76% from 367); Green value is 64 (25.39% from 255 or 17.44% from 367); Blue value is 80 (31.64% from 255 or 21.80% from 367); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4050 is #20BFAF. Grayscale: #717171. Windows color (decimal): -2146224 or 5259487. OLE color: 5259487.

HSL color Cylindrical-coordinate representation of color #DF4050: hue angle of 353.96º 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 #DF4050 is Cyan = 0, Magento = 0.71, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 64 80 -
CMYK 0 0.71 0.64 0.13
HSL 353.96º 0.71% 0.56% -
HSV(B) 353.96º 0.71% 0.87% -
XYZ 33.71 19.93 9.66 -
YUV 113.37 109.18 206.2 -
System Red Green Blue C M Y K H S L
Decimal 223 64 80 0 0.71 0.64 0.13 353.96 0.71 0.56
Hex DF 40 50 0 47 40 D 162 47 38
Octal 337 100 120 0 107 100 15 542 107 70
Binary 11011111 1000000 1010000 0 1000111 1000000 1101 101100010 1000111 111000

Color Harmonies of #DF4050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4050

Black with #DF4050

Text Example


Text Example

White with #DF4050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4050; }

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

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

background-color css

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

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

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

border-color css

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

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

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