Html Css Color HEX #DE2856 Amaranth

📋 copy color: '#DE2856'

red 222 ◦ green 40 ◦ blue 86

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

Shades of Amaranth #DE2856

Tints of Amaranth #DE2856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.71%

R = 63.79%
G = 11.49%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.13

RGB Variations

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

Color information

#DE2856 (or 0xDE2856) is known color: Amaranth. HEX triplet: DE, 28 and 56. RGB value is (222,40,86). Sum of RGB (Red+Green+Blue) = 222+40+86=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 40 (16.02% from 255 or 11.49% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2856 is #21D7A9. Grayscale: #636363. Windows color (decimal): -2217898 or 5646558. OLE color: 5646558.

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

Color convert

RGB 222 40 86 -
CMYK 0 0.82 0.61 0.13
HSL 344.84º 0.73% 0.51% -
HSV(B) 344.84º 0.82% 0.87% -
XYZ 32.56 17.72 10.51 -
YUV 99.66 120.3 215.26 -
System Red Green Blue C M Y K H S L
Decimal 222 40 86 0 0.82 0.61 0.13 344.84 0.73 0.51
Hex DE 28 56 0 52 3D D 159 49 33
Octal 336 50 126 0 122 75 15 531 111 63
Binary 11011110 101000 1010110 0 1010010 111101 1101 101011001 1001001 110011

Color Harmonies of #DE2856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2856

Black with #DE2856

Text Example


Text Example

White with #DE2856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2856; }

 p { color: rgb(222,40,86); }

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

background-color css

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

 a { background-color: rgb(222,40,86); }

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

border-color css

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

 span { border-color: rgb(222,40,86); }

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