Html Css Color HEX #DF2359 Amaranth

📋 copy color: '#DF2359'

red 223 ◦ green 35 ◦ blue 89

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

Shades of Amaranth #DF2359

Tints of Amaranth #DF2359

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.09%

 BLUE value IS 89 (35.16% from 255) = 25.65%

R = 64.27%
G = 10.09%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF2359 (or 0xDF2359) is known color: Amaranth. HEX triplet: DF, 23 and 59. RGB value is (223,35,89). Sum of RGB (Red+Green+Blue) = 223+35+89=347 (45% of max value = 765). Red value is 223 (87.5% from 255 or 64.27% from 347); Green value is 35 (14.06% from 255 or 10.09% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2359 is #20DCA6. Grayscale: #616161. Windows color (decimal): -2153639 or 5841887. OLE color: 5841887.

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

Color convert

RGB 223 35 89 -
CMYK 0 0.84 0.60 0.13
HSL 342.77º 0.75% 0.51% -
HSV(B) 342.77º 0.84% 0.87% -
XYZ 32.84 17.61 11.12 -
YUV 97.37 123.28 217.61 -
System Red Green Blue C M Y K H S L
Decimal 223 35 89 0 0.84 0.60 0.13 342.77 0.75 0.51
Hex DF 23 59 0 54 3C D 157 4B 33
Octal 337 43 131 0 124 74 15 527 113 63
Binary 11011111 100011 1011001 0 1010100 111100 1101 101010111 1001011 110011

Color Harmonies of #DF2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2359

Black with #DF2359

Text Example


Text Example

White with #DF2359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2359; }

 p { color: rgb(223,35,89); }

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

background-color css

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

 a { background-color: rgb(223,35,89); }

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

border-color css

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

 span { border-color: rgb(223,35,89); }

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