Html Css Color HEX #D6214E Amaranth

📋 copy color: '#D6214E'

red 214 ◦ green 33 ◦ blue 78

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

Shades of Amaranth #D6214E

Tints of Amaranth #D6214E

RGB

 RED value IS 214 (83.98% from 255) = 65.85%

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

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

R = 65.85%
G = 10.15%
B = 24%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6214E (or 0xD6214E) is known color: Amaranth. HEX triplet: D6, 21 and 4E. RGB value is (214,33,78). Sum of RGB (Red+Green+Blue) = 214+33+78=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 33 (13.28% from 255 or 10.15% from 325); Blue value is 78 (30.86% from 255 or 24% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D6214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6214E is #29DEB1. Grayscale: #5C5C5C. Windows color (decimal): -2743986 or 5120470. OLE color: 5120470.

HSL color Cylindrical-coordinate representation of color #D6214E: hue angle of 345.08º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D6214E is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 78 -
CMYK 0 0.85 0.64 0.16
HSL 345.08º 0.73% 0.48% -
HSV(B) 345.08º 0.85% 0.84% -
XYZ 29.65 15.93 8.72 -
YUV 92.25 119.97 214.84 -
System Red Green Blue C M Y K H S L
Decimal 214 33 78 0 0.85 0.64 0.16 345.08 0.73 0.48
Hex D6 21 4E 0 55 40 10 159 49 30
Octal 326 41 116 0 125 100 20 531 111 60
Binary 11010110 100001 1001110 0 1010101 1000000 10000 101011001 1001001 110000

Color Harmonies of #D6214E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6214E

Black with #D6214E

Text Example


Text Example

White with #D6214E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6214E; }

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

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

background-color css

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

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

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

border-color css

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

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

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