Html Css Color HEX #DE214F Amaranth

📋 copy color: '#DE214F'

red 222 ◦ green 33 ◦ blue 79

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

Shades of Amaranth #DE214F

Tints of Amaranth #DE214F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

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

R = 66.47%
G = 9.88%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DE214F (or 0xDE214F) is known color: Amaranth. HEX triplet: DE, 21 and 4F. RGB value is (222,33,79). Sum of RGB (Red+Green+Blue) = 222+33+79=334 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.47% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 79 (31.25% from 255 or 23.65% from 334); Max value from RGB is 222 - color contains mainly: red. Hex color #DE214F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE214F is #21DEB0. Grayscale: #5E5E5E. Windows color (decimal): -2219697 or 5186014. OLE color: 5186014.

HSL color Cylindrical-coordinate representation of color #DE214F: hue angle of 345.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DE214F is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 33 79 -
CMYK 0 0.85 0.64 0.13
HSL 345.4º 0.74% 0.5% -
HSV(B) 345.4º 0.85% 0.87% -
XYZ 32.08 17.18 9.02 -
YUV 94.76 119.12 218.76 -
System Red Green Blue C M Y K H S L
Decimal 222 33 79 0 0.85 0.64 0.13 345.4 0.74 0.5
Hex DE 21 4F 0 55 40 D 159 4A 32
Octal 336 41 117 0 125 100 15 531 112 62
Binary 11011110 100001 1001111 0 1010101 1000000 1101 101011001 1001010 110010

Color Harmonies of #DE214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE214F

Black with #DE214F

Text Example


Text Example

White with #DE214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE214F; }

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

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

background-color css

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

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

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

border-color css

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

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

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