Html Css Color HEX #D6334E Amaranth

📋 copy color: '#D6334E'

red 214 ◦ green 51 ◦ blue 78

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

Shades of Amaranth #D6334E

Tints of Amaranth #D6334E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.87%

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

R = 62.39%
G = 14.87%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6334E (or 0xD6334E) is known color: Amaranth. HEX triplet: D6, 33 and 4E. RGB value is (214,51,78). Sum of RGB (Red+Green+Blue) = 214+51+78=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 78 (30.86% from 255 or 22.74% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6334E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6334E is #29CCB1. Grayscale: #666666. Windows color (decimal): -2739378 or 5125078. OLE color: 5125078.

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

Color convert

RGB 214 51 78 -
CMYK 0 0.76 0.64 0.16
HSL 350.06º 0.67% 0.52% -
HSV(B) 350.06º 0.76% 0.84% -
XYZ 30.29 17.21 8.93 -
YUV 102.82 114 207.3 -
System Red Green Blue C M Y K H S L
Decimal 214 51 78 0 0.76 0.64 0.16 350.06 0.67 0.52
Hex D6 33 4E 0 4C 40 10 15E 43 34
Octal 326 63 116 0 114 100 20 536 103 64
Binary 11010110 110011 1001110 0 1001100 1000000 10000 101011110 1000011 110100

Color Harmonies of #D6334E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6334E

Black with #D6334E

Text Example


Text Example

White with #D6334E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6334E; }

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

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

background-color css

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

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

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

border-color css

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

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

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