Html Css Color HEX #D9214E Amaranth

📋 copy color: '#D9214E'

red 217 ◦ green 33 ◦ blue 78

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

Shades of Amaranth #D9214E

Tints of Amaranth #D9214E

RGB

 RED value IS 217 (85.16% from 255) = 66.16%

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

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

R = 66.16%
G = 10.06%
B = 23.78%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D9214E (or 0xD9214E) is known color: Amaranth. HEX triplet: D9, 21 and 4E. RGB value is (217,33,78). Sum of RGB (Red+Green+Blue) = 217+33+78=328 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.16% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 217 - color contains mainly: red. Hex color #D9214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9214E is #26DEB1. Grayscale: #5D5D5D. Windows color (decimal): -2547378 or 5120473. OLE color: 5120473.

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

Color convert

RGB 217 33 78 -
CMYK 0 0.85 0.64 0.15
HSL 345.33º 0.74% 0.49% -
HSV(B) 345.33º 0.85% 0.85% -
XYZ 30.53 16.39 8.76 -
YUV 93.15 119.46 216.34 -
System Red Green Blue C M Y K H S L
Decimal 217 33 78 0 0.85 0.64 0.15 345.33 0.74 0.49
Hex D9 21 4E 0 55 40 F 159 4A 31
Octal 331 41 116 0 125 100 17 531 112 61
Binary 11011001 100001 1001110 0 1010101 1000000 1111 101011001 1001010 110001

Color Harmonies of #D9214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9214E

Black with #D9214E

Text Example


Text Example

White with #D9214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9214E; }

 p { color: rgb(217,33,78); }

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

background-color css

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

 a { background-color: rgb(217,33,78); }

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

border-color css

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

 span { border-color: rgb(217,33,78); }

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