Html Css Color HEX #DE2051 Amaranth

📋 copy color: '#DE2051'

red 222 ◦ green 32 ◦ blue 81

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

Shades of Amaranth #DE2051

Tints of Amaranth #DE2051

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.55%

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

R = 66.27%
G = 9.55%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE2051 (or 0xDE2051) is known color: Amaranth. HEX triplet: DE, 20 and 51. RGB value is (222,32,81). Sum of RGB (Red+Green+Blue) = 222+32+81=335 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.27% from 335); Green value is 32 (12.89% from 255 or 9.55% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2051 is #21DFAE. Grayscale: #5E5E5E. Windows color (decimal): -2219951 or 5316830. OLE color: 5316830.

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

Color convert

RGB 222 32 81 -
CMYK 0 0.86 0.64 0.13
HSL 344.53º 0.75% 0.5% -
HSV(B) 344.53º 0.86% 0.87% -
XYZ 32.13 17.16 9.4 -
YUV 94.4 120.45 219.02 -
System Red Green Blue C M Y K H S L
Decimal 222 32 81 0 0.86 0.64 0.13 344.53 0.75 0.5
Hex DE 20 51 0 56 40 D 159 4B 32
Octal 336 40 121 0 126 100 15 531 113 62
Binary 11011110 100000 1010001 0 1010110 1000000 1101 101011001 1001011 110010

Color Harmonies of #DE2051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2051

Black with #DE2051

Text Example


Text Example

White with #DE2051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2051; }

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

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

background-color css

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

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

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

border-color css

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

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

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