Html Css Color HEX #DE3155 Amaranth

📋 copy color: '#DE3155'

red 222 ◦ green 49 ◦ blue 85

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

Shades of Amaranth #DE3155

Tints of Amaranth #DE3155

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.76%

 BLUE value IS 85 (33.59% from 255) = 23.88%

R = 62.36%
G = 13.76%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DE3155 (or 0xDE3155) is known color: Amaranth. HEX triplet: DE, 31 and 55. RGB value is (222,49,85). Sum of RGB (Red+Green+Blue) = 222+49+85=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 49 (19.53% from 255 or 13.76% from 356); Blue value is 85 (33.59% from 255 or 23.88% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE3155 is #21CEAA. Grayscale: #686868. Windows color (decimal): -2215595 or 5583326. OLE color: 5583326.

HSL color Cylindrical-coordinate representation of color #DE3155: hue angle of 347.51º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DE3155 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 49 85 -
CMYK 0 0.78 0.62 0.13
HSL 347.51º 0.72% 0.53% -
HSV(B) 347.51º 0.78% 0.87% -
XYZ 32.86 18.38 10.41 -
YUV 104.83 116.81 211.57 -
System Red Green Blue C M Y K H S L
Decimal 222 49 85 0 0.78 0.62 0.13 347.51 0.72 0.53
Hex DE 31 55 0 4E 3E D 15C 48 35
Octal 336 61 125 0 116 76 15 534 110 65
Binary 11011110 110001 1010101 0 1001110 111110 1101 101011100 1001000 110101

Color Harmonies of #DE3155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3155

Black with #DE3155

Text Example


Text Example

White with #DE3155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3155; }

 p { color: rgb(222,49,85); }

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

background-color css

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

 a { background-color: rgb(222,49,85); }

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

border-color css

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

 span { border-color: rgb(222,49,85); }

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