Html Css Color HEX #DE2958 Amaranth

📋 copy color: '#DE2958'

red 222 ◦ green 41 ◦ blue 88

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

Shades of Amaranth #DE2958

Tints of Amaranth #DE2958

RGB

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

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

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

R = 63.25%
G = 11.68%
B = 25.07%

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

#DE2958 (or 0xDE2958) is known color: Amaranth. HEX triplet: DE, 29 and 58. RGB value is (222,41,88). Sum of RGB (Red+Green+Blue) = 222+41+88=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 41 (16.41% from 255 or 11.68% from 351); Blue value is 88 (34.77% from 255 or 25.07% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2958 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2958 is #21D6A7. Grayscale: #646464. Windows color (decimal): -2217640 or 5777886. OLE color: 5777886.

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

Color convert

RGB 222 41 88 -
CMYK 0 0.82 0.60 0.13
HSL 344.42º 0.73% 0.52% -
HSV(B) 344.42º 0.82% 0.87% -
XYZ 32.68 17.82 10.95 -
YUV 100.48 120.97 214.68 -
System Red Green Blue C M Y K H S L
Decimal 222 41 88 0 0.82 0.60 0.13 344.42 0.73 0.52
Hex DE 29 58 0 52 3C D 158 49 34
Octal 336 51 130 0 122 74 15 530 111 64
Binary 11011110 101001 1011000 0 1010010 111100 1101 101011000 1001001 110100

Color Harmonies of #DE2958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2958

Black with #DE2958

Text Example


Text Example

White with #DE2958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2958; }

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

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

background-color css

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

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

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

border-color css

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

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

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