Html Css Color HEX #D6304E Amaranth

📋 copy color: '#D6304E'

red 214 ◦ green 48 ◦ blue 78

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

Shades of Amaranth #D6304E

Tints of Amaranth #D6304E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.12%

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

R = 62.94%
G = 14.12%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6304E (or 0xD6304E) is known color: Amaranth. HEX triplet: D6, 30 and 4E. RGB value is (214,48,78). Sum of RGB (Red+Green+Blue) = 214+48+78=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 78 (30.86% from 255 or 22.94% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6304E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6304E is #29CFB1. Grayscale: #656565. Windows color (decimal): -2740146 or 5124310. OLE color: 5124310.

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

Color convert

RGB 214 48 78 -
CMYK 0 0.78 0.64 0.16
HSL 349.16º 0.67% 0.51% -
HSV(B) 349.16º 0.78% 0.84% -
XYZ 30.16 16.96 8.89 -
YUV 101.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 214 48 78 0 0.78 0.64 0.16 349.16 0.67 0.51
Hex D6 30 4E 0 4E 40 10 15D 43 33
Octal 326 60 116 0 116 100 20 535 103 63
Binary 11010110 110000 1001110 0 1001110 1000000 10000 101011101 1000011 110011

Color Harmonies of #D6304E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6304E

Black with #D6304E

Text Example


Text Example

White with #D6304E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6304E; }

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

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

background-color css

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

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

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

border-color css

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

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

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