Html Css Color HEX #DE2955 Amaranth

📋 copy color: '#DE2955'

red 222 ◦ green 41 ◦ blue 85

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

Shades of Amaranth #DE2955

Tints of Amaranth #DE2955

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.78%

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

R = 63.79%
G = 11.78%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DE2955 (or 0xDE2955) is known color: Amaranth. HEX triplet: DE, 29 and 55. RGB value is (222,41,85). Sum of RGB (Red+Green+Blue) = 222+41+85=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 41 (16.41% from 255 or 11.78% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2955 is #21D6AA. Grayscale: #646464. Windows color (decimal): -2217643 or 5581278. OLE color: 5581278.

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

Color convert

RGB 222 41 85 -
CMYK 0 0.82 0.62 0.13
HSL 345.41º 0.73% 0.52% -
HSV(B) 345.41º 0.82% 0.87% -
XYZ 32.56 17.77 10.31 -
YUV 100.14 119.47 214.92 -
System Red Green Blue C M Y K H S L
Decimal 222 41 85 0 0.82 0.62 0.13 345.41 0.73 0.52
Hex DE 29 55 0 52 3E D 159 49 34
Octal 336 51 125 0 122 76 15 531 111 64
Binary 11011110 101001 1010101 0 1010010 111110 1101 101011001 1001001 110100

Color Harmonies of #DE2955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2955

Black with #DE2955

Text Example


Text Example

White with #DE2955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2955; }

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

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

background-color css

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

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

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

border-color css

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

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

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