#DF3052

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

Shades of Amaranth #DF3052

Tints of Amaranth #DF3052

Color information

#DF3052 (or 0xDF3052) is unknown color: approx Amaranth. HEX triplet: DF, 30 and 52. RGB value is (223,48,82). Sum of RGB (Red+Green+Blue) = 223+48+82=353 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.17% from 353); Green value is 48 (19.14% from 255 or 13.60% from 353); Blue value is 82 (32.42% from 255 or 23.23% from 353); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF3052 is #20CFAD. Grayscale: #686868. Windows color (decimal): -2150318 or 5386463. OLE color: 5386463.

HSL color Cylindrical-coordinate representation of color #DF3052: hue angle of 348.34º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DF3052 is Cyan = 0, Magento = 0.78, Yellow = 0.63 and Black (K on CMYK) = 0.13.

Color convert

RGB2234882-
CMYK00.780.630.13
HSL348.34º73.22%53.14%-
HSV(B)348.34º78.48%87.45%-
XYZ33.0118.419.8-
YUV104.2115.48212.74-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 63.17%
GREEN value IS 48 (19.14% from 255) = 13.60%
BLUE value IS 82 (32.42% from 255) = 23.23%
R=63.17%
G=13.60%
B=23.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal223488200.780.630.13348.3473.2253.14
HexDF305204E3FD15c4935
Octal337601220116771553411165
Binary1101111111000010100100100111011111111011010111001001001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF3052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF3052; }

 p { color: rgb(223,48,82); }

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

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

 a { background-color: rgb(223,48,82); }

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

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

 span { border-color: rgb(223,48,82); }

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