Html Css Color HEX #DF4052 Amaranth

📋 copy color: '#DF4052'

red 223 ◦ green 64 ◦ blue 82

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

Shades of Amaranth #DF4052

Tints of Amaranth #DF4052

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.34%

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

R = 60.43%
G = 17.34%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DF4052 (or 0xDF4052) is known color: Amaranth. HEX triplet: DF, 40 and 52. RGB value is (223,64,82). Sum of RGB (Red+Green+Blue) = 223+64+82=369 (48% of max value = 765). Red value is 223 (87.5% from 255 or 60.43% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 82 (32.42% from 255 or 22.22% from 369); Max value from RGB is 223 - color contains mainly: red. Hex color #DF4052 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF4052 is #20BFAD. Grayscale: #717171. Windows color (decimal): -2146222 or 5390559. OLE color: 5390559.

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

Color convert

RGB 223 64 82 -
CMYK 0 0.71 0.63 0.13
HSL 353.21º 0.71% 0.56% -
HSV(B) 353.21º 0.71% 0.87% -
XYZ 33.79 19.96 10.06 -
YUV 113.59 110.18 206.04 -
System Red Green Blue C M Y K H S L
Decimal 223 64 82 0 0.71 0.63 0.13 353.21 0.71 0.56
Hex DF 40 52 0 47 3F D 161 47 38
Octal 337 100 122 0 107 77 15 541 107 70
Binary 11011111 1000000 1010010 0 1000111 111111 1101 101100001 1000111 111000

Color Harmonies of #DF4052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF4052

Black with #DF4052

Text Example


Text Example

White with #DF4052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF4052; }

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

 H1.HeaderClassName
 {
   color: #DF4052;
 }
 .AnyTagClassName
 {
   color: #DF4052;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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