Html Css Color HEX #DF304E Amaranth

📋 copy color: '#DF304E'

red 223 ◦ green 48 ◦ blue 78

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

Shades of Amaranth #DF304E

Tints of Amaranth #DF304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.75%

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

R = 63.9%
G = 13.75%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF304E (or 0xDF304E) is known color: Amaranth. HEX triplet: DF, 30 and 4E. RGB value is (223,48,78). Sum of RGB (Red+Green+Blue) = 223+48+78=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 78 (30.86% from 255 or 22.35% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF304E is #20CFB1. Grayscale: #676767. Windows color (decimal): -2150322 or 5124319. OLE color: 5124319.

HSL color Cylindrical-coordinate representation of color #DF304E: hue angle of 349.71º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF304E is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 48 78 -
CMYK 0 0.78 0.65 0.13
HSL 349.71º 0.73% 0.53% -
HSV(B) 349.71º 0.78% 0.87% -
XYZ 32.86 18.35 9.02 -
YUV 103.75 113.48 213.06 -
System Red Green Blue C M Y K H S L
Decimal 223 48 78 0 0.78 0.65 0.13 349.71 0.73 0.53
Hex DF 30 4E 0 4E 41 D 15E 49 35
Octal 337 60 116 0 116 101 15 536 111 65
Binary 11011111 110000 1001110 0 1001110 1000001 1101 101011110 1001001 110101

Color Harmonies of #DF304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF304E

Black with #DF304E

Text Example


Text Example

White with #DF304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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