Html Css Color HEX #DE284F Amaranth

📋 copy color: '#DE284F'

red 222 ◦ green 40 ◦ blue 79

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

Shades of Amaranth #DE284F

Tints of Amaranth #DE284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.17%

R = 65.1%
G = 11.73%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE284F (or 0xDE284F) is known color: Amaranth. HEX triplet: DE, 28 and 4F. RGB value is (222,40,79). Sum of RGB (Red+Green+Blue) = 222+40+79=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 79 (31.25% from 255 or 23.17% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE284F is #21D7B0. Grayscale: #626262. Windows color (decimal): -2217905 or 5187806. OLE color: 5187806.

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

Color convert

RGB 222 40 79 -
CMYK 0 0.82 0.64 0.13
HSL 347.14º 0.73% 0.51% -
HSV(B) 347.14º 0.82% 0.87% -
XYZ 32.29 17.61 9.09 -
YUV 98.86 116.8 215.83 -
System Red Green Blue C M Y K H S L
Decimal 222 40 79 0 0.82 0.64 0.13 347.14 0.73 0.51
Hex DE 28 4F 0 52 40 D 15B 49 33
Octal 336 50 117 0 122 100 15 533 111 63
Binary 11011110 101000 1001111 0 1010010 1000000 1101 101011011 1001001 110011

Color Harmonies of #DE284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE284F

Black with #DE284F

Text Example


Text Example

White with #DE284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE284F; }

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

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

background-color css

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

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

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

border-color css

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

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

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