Html Css Color HEX #DE1E55 Amaranth

📋 copy color: '#DE1E55'

red 222 ◦ green 30 ◦ blue 85

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

Shades of Amaranth #DE1E55

Tints of Amaranth #DE1E55

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.9%

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

R = 65.88%
G = 8.9%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DE1E55 (or 0xDE1E55) is known color: Amaranth. HEX triplet: DE, 1E and 55. RGB value is (222,30,85). Sum of RGB (Red+Green+Blue) = 222+30+85=337 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.88% from 337); Green value is 30 (12.11% from 255 or 8.90% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE1E55 is #21E1AA. Grayscale: #5D5D5D. Windows color (decimal): -2220459 or 5578462. OLE color: 5578462.

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

Color convert

RGB 222 30 85 -
CMYK 0 0.86 0.62 0.13
HSL 342.81º 0.76% 0.49% -
HSV(B) 342.81º 0.86% 0.87% -
XYZ 32.23 17.11 10.2 -
YUV 93.68 123.11 219.53 -
System Red Green Blue C M Y K H S L
Decimal 222 30 85 0 0.86 0.62 0.13 342.81 0.76 0.49
Hex DE 1E 55 0 56 3E D 157 4C 31
Octal 336 36 125 0 126 76 15 527 114 61
Binary 11011110 11110 1010101 0 1010110 111110 1101 101010111 1001100 110001

Color Harmonies of #DE1E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E55

Black with #DE1E55

Text Example


Text Example

White with #DE1E55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E55; }

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

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

background-color css

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

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

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

border-color css

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

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

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