Html Css Color HEX #DE2151 Amaranth

📋 copy color: '#DE2151'

red 222 ◦ green 33 ◦ blue 81

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

Shades of Amaranth #DE2151

Tints of Amaranth #DE2151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.11%

R = 66.07%
G = 9.82%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE2151 (or 0xDE2151) is known color: Amaranth. HEX triplet: DE, 21 and 51. RGB value is (222,33,81). Sum of RGB (Red+Green+Blue) = 222+33+81=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 33 (13.28% from 255 or 9.82% from 336); Blue value is 81 (32.03% from 255 or 24.11% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2151 is #21DEAE. Grayscale: #5E5E5E. Windows color (decimal): -2219695 or 5317086. OLE color: 5317086.

HSL color Cylindrical-coordinate representation of color #DE2151: hue angle of 344.76º 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 #DE2151 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 33 81 -
CMYK 0 0.85 0.64 0.13
HSL 344.76º 0.74% 0.5% -
HSV(B) 344.76º 0.85% 0.87% -
XYZ 32.15 17.21 9.41 -
YUV 94.98 120.12 218.6 -
System Red Green Blue C M Y K H S L
Decimal 222 33 81 0 0.85 0.64 0.13 344.76 0.74 0.5
Hex DE 21 51 0 55 40 D 159 4A 32
Octal 336 41 121 0 125 100 15 531 112 62
Binary 11011110 100001 1010001 0 1010101 1000000 1101 101011001 1001010 110010

Color Harmonies of #DE2151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2151

Black with #DE2151

Text Example


Text Example

White with #DE2151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2151; }

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

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

background-color css

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

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

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

border-color css

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

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

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