Html Css Color HEX #DE2858 Amaranth

📋 copy color: '#DE2858'

red 222 ◦ green 40 ◦ blue 88

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

Shades of Amaranth #DE2858

Tints of Amaranth #DE2858

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 25.14%

R = 63.43%
G = 11.43%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DE2858 (or 0xDE2858) is known color: Amaranth. HEX triplet: DE, 28 and 58. RGB value is (222,40,88). Sum of RGB (Red+Green+Blue) = 222+40+88=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 40 (16.02% from 255 or 11.43% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2858 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2858 is #21D7A7. Grayscale: #636363. Windows color (decimal): -2217896 or 5777630. OLE color: 5777630.

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

Color convert

RGB 222 40 88 -
CMYK 0 0.82 0.60 0.13
HSL 344.18º 0.73% 0.51% -
HSV(B) 344.18º 0.82% 0.87% -
XYZ 32.64 17.75 10.94 -
YUV 99.89 121.3 215.1 -
System Red Green Blue C M Y K H S L
Decimal 222 40 88 0 0.82 0.60 0.13 344.18 0.73 0.51
Hex DE 28 58 0 52 3C D 158 49 33
Octal 336 50 130 0 122 74 15 530 111 63
Binary 11011110 101000 1011000 0 1010010 111100 1101 101011000 1001001 110011

Color Harmonies of #DE2858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2858

Black with #DE2858

Text Example


Text Example

White with #DE2858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2858; }

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

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

background-color css

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

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

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

border-color css

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

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

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