#DF255A

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

Shades of Amaranth #DF255A

Tints of Amaranth #DF255A

Color information

#DF255A (or 0xDF255A) is unknown color: approx Amaranth. HEX triplet: DF, 25 and 5A. RGB value is (223,37,90). Sum of RGB (Red+Green+Blue) = 223+37+90=350 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.71% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 90 (35.55% from 255 or 25.71% from 350); Max value from RGB is 223 - color contains mainly: red. Hex color #DF255A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF255A is #20DAA5. Grayscale: #626262. Windows color (decimal): -2153126 or 5907935. OLE color: 5907935.

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

Color convert

RGB2233790-
CMYK00.830.600.13
HSL342.9º74.4%50.98%-
HSV(B)342.9º83.41%87.45%-
XYZ32.9417.7511.36-
YUV98.66123.12216.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.71%
GREEN value IS 37 (14.84% from 255) = 10.57%
BLUE value IS 90 (35.55% from 255) = 25.71%
R=63.71%
G=10.57%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223379000.830.600.13342.974.450.98
HexDF255A0533CD1574a33
Octal337451320123741552711263
Binary1101111110010110110100101001111110011011010101111001010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF255A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF255A; }

 p { color: rgb(223,37,90); }

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

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

 a { background-color: rgb(223,37,90); }

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

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

 span { border-color: rgb(223,37,90); }

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