Html Css Color HEX #D8384C Amaranth

📋 copy color: '#D8384C'

red 216 ◦ green 56 ◦ blue 76

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

Shades of Amaranth #D8384C

Tints of Amaranth #D8384C

RGB

 RED value IS 216 (84.77% from 255) = 62.07%

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

 BLUE value IS 76 (30.08% from 255) = 21.84%

R = 62.07%
G = 16.09%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8384C (or 0xD8384C) is known color: Amaranth. HEX triplet: D8, 38 and 4C. RGB value is (216,56,76). Sum of RGB (Red+Green+Blue) = 216+56+76=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 56 (22.27% from 255 or 16.09% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D8384C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8384C is #27C7B3. Grayscale: #6A6A6A. Windows color (decimal): -2607028 or 4995288. OLE color: 4995288.

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

Color convert

RGB 216 56 76 -
CMYK 0 0.74 0.65 0.15
HSL 352.5º 0.67% 0.53% -
HSV(B) 352.5º 0.74% 0.85% -
XYZ 31.04 17.95 8.67 -
YUV 106.12 111.01 206.37 -
System Red Green Blue C M Y K H S L
Decimal 216 56 76 0 0.74 0.65 0.15 352.5 0.67 0.53
Hex D8 38 4C 0 4A 41 F 160 43 35
Octal 330 70 114 0 112 101 17 540 103 65
Binary 11011000 111000 1001100 0 1001010 1000001 1111 101100000 1000011 110101

Color Harmonies of #D8384C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8384C

Black with #D8384C

Text Example


Text Example

White with #D8384C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8384C; }

 p { color: rgb(216,56,76); }

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

background-color css

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

 a { background-color: rgb(216,56,76); }

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

border-color css

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

 span { border-color: rgb(216,56,76); }

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