Html Css Color HEX #DE2D4E Amaranth

📋 copy color: '#DE2D4E'

red 222 ◦ green 45 ◦ blue 78

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

Shades of Amaranth #DE2D4E

Tints of Amaranth #DE2D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 64.35%
G = 13.04%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE2D4E (or 0xDE2D4E) is known color: Amaranth. HEX triplet: DE, 2D and 4E. RGB value is (222,45,78). Sum of RGB (Red+Green+Blue) = 222+45+78=345 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.35% from 345); Green value is 45 (17.97% from 255 or 13.04% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE2D4E is #21D2B1. Grayscale: #656565. Windows color (decimal): -2216626 or 5123550. OLE color: 5123550.

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

Color convert

RGB 222 45 78 -
CMYK 0 0.80 0.65 0.13
HSL 348.81º 0.73% 0.52% -
HSV(B) 348.81º 0.8% 0.87% -
XYZ 32.44 17.96 8.96 -
YUV 101.69 114.64 213.82 -
System Red Green Blue C M Y K H S L
Decimal 222 45 78 0 0.80 0.65 0.13 348.81 0.73 0.52
Hex DE 2D 4E 0 50 41 D 15D 49 34
Octal 336 55 116 0 120 101 15 535 111 64
Binary 11011110 101101 1001110 0 1010000 1000001 1101 101011101 1001001 110100

Color Harmonies of #DE2D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2D4E

Black with #DE2D4E

Text Example


Text Example

White with #DE2D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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