#DF284E

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

Shades of Amaranth #DF284E

Tints of Amaranth #DF284E

Color information

#DF284E (or 0xDF284E) is unknown color: approx Amaranth. HEX triplet: DF, 28 and 4E. RGB value is (223,40,78). Sum of RGB (Red+Green+Blue) = 223+40+78=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 78 (30.86% from 255 or 22.87% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF284E is #20D7B1. Grayscale: #636363. Windows color (decimal): -2152370 or 5122271. OLE color: 5122271.

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

Color convert

RGB2234078-
CMYK00.820.650.13
HSL347.54º74.09%51.57%-
HSV(B)347.54º82.06%87.45%-
XYZ32.5717.768.92-
YUV99.05116.13216.41-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 65.40%
GREEN value IS 40 (16.02% from 255) = 11.73%
BLUE value IS 78 (30.86% from 255) = 22.87%
R=65.40%
G=11.73%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223407800.820.650.13347.5474.0951.57
HexDF284E05241D15c4a34
Octal3375011601221011553411264
Binary11011111101000100111001010010100000111011010111001001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF284E; }

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

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

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

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

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

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

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

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