Html Css Color HEX #DF3052 Amaranth

📋 copy color: '#DF3052'

red 223 ◦ green 48 ◦ blue 82

#DF3052
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amaranth #DF3052

Tints of Amaranth #DF3052

RGB

 RED value IS 223 (87.5% from 255) = 63.17%

 GREEN value IS 48 (19.14% from 255) = 13.6%

 BLUE value IS 82 (32.42% from 255) = 23.23%

R = 63.17%
G = 13.6%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF3052 (or 0xDF3052) is known color: 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

RGB 223 48 82 -
CMYK 0 0.78 0.63 0.13
HSL 348.34º 0.73% 0.53% -
HSV(B) 348.34º 0.78% 0.87% -
XYZ 33.01 18.41 9.8 -
YUV 104.2 115.48 212.74 -
System Red Green Blue C M Y K H S L
Decimal 223 48 82 0 0.78 0.63 0.13 348.34 0.73 0.53
Hex DF 30 52 0 4E 3F D 15C 49 35
Octal 337 60 122 0 116 77 15 534 111 65
Binary 11011111 110000 1010010 0 1001110 111111 1101 101011100 1001001 110101

Color Harmonies of #DF3052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3052

Black with #DF3052

Text Example


Text Example

White with #DF3052

Text Example


Text Example

HTML Codes & Css Web 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>