Html Css Color HEX #DF2E55 Amaranth

📋 copy color: '#DF2E55'

red 223 ◦ green 46 ◦ blue 85

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

Shades of Amaranth #DF2E55

Tints of Amaranth #DF2E55

RGB

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

 GREEN value IS 46 (18.36% from 255) = 12.99%

 BLUE value IS 85 (33.59% from 255) = 24.01%

R = 62.99%
G = 12.99%
B = 24.01%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DF2E55 (or 0xDF2E55) is known color: Amaranth. HEX triplet: DF, 2E and 55. RGB value is (223,46,85). Sum of RGB (Red+Green+Blue) = 223+46+85=354 (46% of max value = 765). Red value is 223 (87.5% from 255 or 62.99% from 354); Green value is 46 (18.36% from 255 or 12.99% from 354); Blue value is 85 (33.59% from 255 or 24.01% from 354); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DF2E55 is #20D1AA. Grayscale: #676767. Windows color (decimal): -2150827 or 5582559. OLE color: 5582559.

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

Color convert

RGB 223 46 85 -
CMYK 0 0.79 0.62 0.13
HSL 346.78º 0.73% 0.53% -
HSV(B) 346.78º 0.79% 0.87% -
XYZ 33.05 18.3 10.38 -
YUV 103.37 117.64 213.33 -
System Red Green Blue C M Y K H S L
Decimal 223 46 85 0 0.79 0.62 0.13 346.78 0.73 0.53
Hex DF 2E 55 0 4F 3E D 15B 49 35
Octal 337 56 125 0 117 76 15 533 111 65
Binary 11011111 101110 1010101 0 1001111 111110 1101 101011011 1001001 110101

Color Harmonies of #DF2E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2E55

Black with #DF2E55

Text Example


Text Example

White with #DF2E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2E55; }

 p { color: rgb(223,46,85); }

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

background-color css

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

 a { background-color: rgb(223,46,85); }

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

border-color css

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

 span { border-color: rgb(223,46,85); }

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