Html Css Color HEX #D6384E Amaranth

📋 copy color: '#D6384E'

red 214 ◦ green 56 ◦ blue 78

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

Shades of Amaranth #D6384E

Tints of Amaranth #D6384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.09%

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

R = 61.49%
G = 16.09%
B = 22.41%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6384E (or 0xD6384E) is known color: Amaranth. HEX triplet: D6, 38 and 4E. RGB value is (214,56,78). Sum of RGB (Red+Green+Blue) = 214+56+78=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 78 (30.86% from 255 or 22.41% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D6384E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6384E is #29C7B1. Grayscale: #696969. Windows color (decimal): -2738098 or 5126358. OLE color: 5126358.

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

Color convert

RGB 214 56 78 -
CMYK 0 0.74 0.64 0.16
HSL 351.65º 0.66% 0.53% -
HSV(B) 351.65º 0.74% 0.84% -
XYZ 30.52 17.67 9.01 -
YUV 105.75 112.35 205.21 -
System Red Green Blue C M Y K H S L
Decimal 214 56 78 0 0.74 0.64 0.16 351.65 0.66 0.53
Hex D6 38 4E 0 4A 40 10 160 42 35
Octal 326 70 116 0 112 100 20 540 102 65
Binary 11010110 111000 1001110 0 1001010 1000000 10000 101100000 1000010 110101

Color Harmonies of #D6384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6384E

Black with #D6384E

Text Example


Text Example

White with #D6384E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6384E; }

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

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

background-color css

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

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

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

border-color css

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

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

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