Html Css Color HEX #DE284E Amaranth

📋 copy color: '#DE284E'

red 222 ◦ green 40 ◦ blue 78

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

Shades of Amaranth #DE284E

Tints of Amaranth #DE284E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.76%

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

R = 65.29%
G = 11.76%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DE284E (or 0xDE284E) is known color: Amaranth. HEX triplet: DE, 28 and 4E. RGB value is (222,40,78). Sum of RGB (Red+Green+Blue) = 222+40+78=340 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.29% from 340); Green value is 40 (16.02% from 255 or 11.76% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 222 - color contains mainly: red. Hex color #DE284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE284E is #21D7B1. Grayscale: #626262. Windows color (decimal): -2217906 or 5122270. OLE color: 5122270.

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

Color convert

RGB 222 40 78 -
CMYK 0 0.82 0.65 0.13
HSL 347.47º 0.73% 0.51% -
HSV(B) 347.47º 0.82% 0.87% -
XYZ 32.26 17.6 8.9 -
YUV 98.75 116.3 215.91 -
System Red Green Blue C M Y K H S L
Decimal 222 40 78 0 0.82 0.65 0.13 347.47 0.73 0.51
Hex DE 28 4E 0 52 41 D 15B 49 33
Octal 336 50 116 0 122 101 15 533 111 63
Binary 11011110 101000 1001110 0 1010010 1000001 1101 101011011 1001001 110011

Color Harmonies of #DE284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE284E

Black with #DE284E

Text Example


Text Example

White with #DE284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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