Html Css Color HEX #DF2859 Amaranth

📋 copy color: '#DF2859'

red 223 ◦ green 40 ◦ blue 89

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

Shades of Amaranth #DF2859

Tints of Amaranth #DF2859

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.36%

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

R = 63.35%
G = 11.36%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF2859 (or 0xDF2859) is known color: Amaranth. HEX triplet: DF, 28 and 59. RGB value is (223,40,89). Sum of RGB (Red+Green+Blue) = 223+40+89=352 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.35% from 352); Green value is 40 (16.02% from 255 or 11.36% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2859 is #20D7A6. Grayscale: #646464. Windows color (decimal): -2152359 or 5843167. OLE color: 5843167.

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

Color convert

RGB 223 40 89 -
CMYK 0 0.82 0.60 0.13
HSL 343.93º 0.74% 0.52% -
HSV(B) 343.93º 0.82% 0.87% -
XYZ 32.99 17.93 11.17 -
YUV 100.3 121.63 215.52 -
System Red Green Blue C M Y K H S L
Decimal 223 40 89 0 0.82 0.60 0.13 343.93 0.74 0.52
Hex DF 28 59 0 52 3C D 158 4A 34
Octal 337 50 131 0 122 74 15 530 112 64
Binary 11011111 101000 1011001 0 1010010 111100 1101 101011000 1001010 110100

Color Harmonies of #DF2859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2859

Black with #DF2859

Text Example


Text Example

White with #DF2859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2859; }

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

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

background-color css

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

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

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

border-color css

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

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

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