#DF2147

Color #DF2147 Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #DF2147

Tints of Amaranth #DF2147

Color information

#DF2147 (or 0xDF2147) is unknown color: approx Amaranth. HEX triplet: DF, 21 and 47. RGB value is (223,33,71). Sum of RGB (Red+Green+Blue) = 223+33+71=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 71 (28.12% from 255 or 21.71% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF2147 is #20DEB8. Grayscale: #5E5E5E. Windows color (decimal): -2154169 or 4661727. OLE color: 4661727.

HSL color Cylindrical-coordinate representation of color #DF2147: hue angle of 348º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DF2147 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB2233371-
CMYK00.850.680.13
HSL348º74.8%50.2%-
HSV(B)348º85.2%87.45%-
XYZ32.1117.237.59-
YUV94.14114.95219.91-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 68.20%
GREEN value IS 33 (13.28% from 255) = 10.09%
BLUE value IS 71 (28.12% from 255) = 21.71%
R=68.20%
G=10.09%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223337100.850.680.1334874.850.2
HexDF214705544D15c4b32
Octal3374110701251041553411362
Binary11011111100001100011101010101100010011011010111001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2147; }

 p { color: rgb(223,33,71); }

 H1.HeaderClassName
 {
   color: #DF2147;
 }
 .AnyTagClassName
 {
   color: #DF2147;
 }
</style>
background-color css

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

 a { background-color: rgb(223,33,71); }

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

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

 span { border-color: rgb(223,33,71); }

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