Html Css Color HEX #DE2159 Amaranth

📋 copy color: '#DE2159'

red 222 ◦ green 33 ◦ blue 89

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

Shades of Amaranth #DE2159

Tints of Amaranth #DE2159

RGB

 RED value IS 222 (87.11% from 255) = 64.53%

 GREEN value IS 33 (13.28% from 255) = 9.59%

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

R = 64.53%
G = 9.59%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DE2159 (or 0xDE2159) is known color: Amaranth. HEX triplet: DE, 21 and 59. RGB value is (222,33,89). Sum of RGB (Red+Green+Blue) = 222+33+89=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 33 (13.28% from 255 or 9.59% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2159 is #21DEA6. Grayscale: #5F5F5F. Windows color (decimal): -2219687 or 5841374. OLE color: 5841374.

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

Color convert

RGB 222 33 89 -
CMYK 0 0.85 0.60 0.13
HSL 342.22º 0.74% 0.5% -
HSV(B) 342.22º 0.85% 0.87% -
XYZ 32.47 17.34 11.09 -
YUV 95.9 124.12 217.95 -
System Red Green Blue C M Y K H S L
Decimal 222 33 89 0 0.85 0.60 0.13 342.22 0.74 0.5
Hex DE 21 59 0 55 3C D 156 4A 32
Octal 336 41 131 0 125 74 15 526 112 62
Binary 11011110 100001 1011001 0 1010101 111100 1101 101010110 1001010 110010

Color Harmonies of #DE2159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2159

Black with #DE2159

Text Example


Text Example

White with #DE2159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2159; }

 p { color: rgb(222,33,89); }

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

background-color css

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

 a { background-color: rgb(222,33,89); }

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

border-color css

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

 span { border-color: rgb(222,33,89); }

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