#DF2B58

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

Shades of Amaranth #DF2B58

Tints of Amaranth #DF2B58

Color information

#DF2B58 (or 0xDF2B58) is unknown color: approx Amaranth. HEX triplet: DF, 2B and 58. RGB value is (223,43,88). Sum of RGB (Red+Green+Blue) = 223+43+88=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 43 (17.19% from 255 or 12.15% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2B58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2B58 is #20D4A7. Grayscale: #656565. Windows color (decimal): -2151592 or 5778399. OLE color: 5778399.

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

Color convert

RGB2234388-
CMYK00.810.610.13
HSL345º73.77%52.16%-
HSV(B)345º80.72%87.45%-
XYZ33.0618.1210.99-
YUV101.95120.13214.34-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 62.99%
GREEN value IS 43 (17.19% from 255) = 12.15%
BLUE value IS 88 (34.77% from 255) = 24.86%
R=62.99%
G=12.15%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223438800.810.610.1334573.7752.16
HexDF2B580513DD1594a34
Octal337531300121751553111264
Binary1101111110101110110000101000111110111011010110011001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF2B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF2B58; }

 p { color: rgb(223,43,88); }

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

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

 a { background-color: rgb(223,43,88); }

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

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

 span { border-color: rgb(223,43,88); }

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