Html Css Color HEX #DF414E Amaranth

📋 copy color: '#DF414E'

red 223 ◦ green 65 ◦ blue 78

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

Shades of Amaranth #DF414E

Tints of Amaranth #DF414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.76%

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

R = 60.93%
G = 17.76%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF414E (or 0xDF414E) is known color: Amaranth. HEX triplet: DF, 41 and 4E. RGB value is (223,65,78). Sum of RGB (Red+Green+Blue) = 223+65+78=366 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.93% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 78 (30.86% from 255 or 21.31% from 366); Max value from RGB is 223 - color contains mainly: red. Hex color #DF414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF414E is #20BEB1. Grayscale: #717171. Windows color (decimal): -2145970 or 5128671. OLE color: 5128671.

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

Color convert

RGB 223 65 78 -
CMYK 0 0.71 0.65 0.13
HSL 355.06º 0.71% 0.56% -
HSV(B) 355.06º 0.71% 0.87% -
XYZ 33.7 20.02 9.3 -
YUV 113.72 107.85 205.94 -
System Red Green Blue C M Y K H S L
Decimal 223 65 78 0 0.71 0.65 0.13 355.06 0.71 0.56
Hex DF 41 4E 0 47 41 D 163 47 38
Octal 337 101 116 0 107 101 15 543 107 70
Binary 11011111 1000001 1001110 0 1000111 1000001 1101 101100011 1000111 111000

Color Harmonies of #DF414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF414E

Black with #DF414E

Text Example


Text Example

White with #DF414E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF414E; }

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

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

background-color css

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

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

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

border-color css

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

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

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