Html Css Color HEX #DE2D4A Amaranth

📋 copy color: '#DE2D4A'

red 222 ◦ green 45 ◦ blue 74

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

Shades of Amaranth #DE2D4A

Tints of Amaranth #DE2D4A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.2%

 BLUE value IS 74 (29.3% from 255) = 21.7%

R = 65.1%
G = 13.2%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#DE2D4A (or 0xDE2D4A) is known color: Amaranth. HEX triplet: DE, 2D and 4A. RGB value is (222,45,74). Sum of RGB (Red+Green+Blue) = 222+45+74=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 45 (17.97% from 255 or 13.20% from 341); Blue value is 74 (29.30% from 255 or 21.70% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE2D4A is #21D2B5. Grayscale: #656565. Windows color (decimal): -2216630 or 4861406. OLE color: 4861406.

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

Color convert

RGB 222 45 74 -
CMYK 0 0.80 0.67 0.13
HSL 350.17º 0.73% 0.52% -
HSV(B) 350.17º 0.8% 0.87% -
XYZ 32.3 17.9 8.23 -
YUV 101.23 112.64 214.14 -
System Red Green Blue C M Y K H S L
Decimal 222 45 74 0 0.80 0.67 0.13 350.17 0.73 0.52
Hex DE 2D 4A 0 50 43 D 15E 49 34
Octal 336 55 112 0 120 103 15 536 111 64
Binary 11011110 101101 1001010 0 1010000 1000011 1101 101011110 1001001 110100

Color Harmonies of #DE2D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D4A

Black with #DE2D4A

Text Example


Text Example

White with #DE2D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D4A; }

 p { color: rgb(222,45,74); }

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

background-color css

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

 a { background-color: rgb(222,45,74); }

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

border-color css

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

 span { border-color: rgb(222,45,74); }

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