Html Css Color HEX #D8324C Amaranth

📋 copy color: '#D8324C'

red 216 ◦ green 50 ◦ blue 76

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

Shades of Amaranth #D8324C

Tints of Amaranth #D8324C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.62%

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

R = 63.16%
G = 14.62%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8324C (or 0xD8324C) is known color: Amaranth. HEX triplet: D8, 32 and 4C. RGB value is (216,50,76). Sum of RGB (Red+Green+Blue) = 216+50+76=342 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.16% from 342); Green value is 50 (19.92% from 255 or 14.62% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 216 - color contains mainly: red. Hex color #D8324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8324C is #27CDB3. Grayscale: #666666. Windows color (decimal): -2608564 or 4993752. OLE color: 4993752.

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

Color convert

RGB 216 50 76 -
CMYK 0 0.77 0.65 0.15
HSL 350.6º 0.68% 0.52% -
HSV(B) 350.6º 0.77% 0.85% -
XYZ 30.76 17.4 8.57 -
YUV 102.6 113 208.89 -
System Red Green Blue C M Y K H S L
Decimal 216 50 76 0 0.77 0.65 0.15 350.6 0.68 0.52
Hex D8 32 4C 0 4D 41 F 15F 44 34
Octal 330 62 114 0 115 101 17 537 104 64
Binary 11011000 110010 1001100 0 1001101 1000001 1111 101011111 1000100 110100

Color Harmonies of #D8324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8324C

Black with #D8324C

Text Example


Text Example

White with #D8324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8324C; }

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

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

background-color css

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

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

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

border-color css

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

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

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