Html Css Color HEX #DF204E Amaranth

📋 copy color: '#DF204E'

red 223 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #DF204E

Tints of Amaranth #DF204E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 23.42%

R = 66.97%
G = 9.61%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF204E (or 0xDF204E) is known color: Amaranth. HEX triplet: DF, 20 and 4E. RGB value is (223,32,78). Sum of RGB (Red+Green+Blue) = 223+32+78=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF204E is #20DFB1. Grayscale: #5E5E5E. Windows color (decimal): -2154418 or 5120223. OLE color: 5120223.

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

Color convert

RGB 223 32 78 -
CMYK 0 0.86 0.65 0.13
HSL 345.55º 0.75% 0.5% -
HSV(B) 345.55º 0.86% 0.87% -
XYZ 32.32 17.27 8.84 -
YUV 94.35 118.78 219.76 -
System Red Green Blue C M Y K H S L
Decimal 223 32 78 0 0.86 0.65 0.13 345.55 0.75 0.5
Hex DF 20 4E 0 56 41 D 15A 4B 32
Octal 337 40 116 0 126 101 15 532 113 62
Binary 11011111 100000 1001110 0 1010110 1000001 1101 101011010 1001011 110010

Color Harmonies of #DF204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF204E

Black with #DF204E

Text Example


Text Example

White with #DF204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF204E; }

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

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

background-color css

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

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

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

border-color css

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

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

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