Html Css Color HEX #D8334C Amaranth

📋 copy color: '#D8334C'

red 216 ◦ green 51 ◦ blue 76

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

Shades of Amaranth #D8334C

Tints of Amaranth #D8334C

RGB

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

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

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

R = 62.97%
G = 14.87%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8334C (or 0xD8334C) is known color: Amaranth. HEX triplet: D8, 33 and 4C. RGB value is (216,51,76). Sum of RGB (Red+Green+Blue) = 216+51+76=343 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.97% from 343); Green value is 51 (20.31% from 255 or 14.87% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 216 - color contains mainly: red. Hex color #D8334C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8334C is #27CCB3. Grayscale: #676767. Windows color (decimal): -2608308 or 4994008. OLE color: 4994008.

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

Color convert

RGB 216 51 76 -
CMYK 0 0.76 0.65 0.15
HSL 350.91º 0.68% 0.52% -
HSV(B) 350.91º 0.76% 0.85% -
XYZ 30.81 17.49 8.59 -
YUV 103.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 216 51 76 0 0.76 0.65 0.15 350.91 0.68 0.52
Hex D8 33 4C 0 4C 41 F 15F 44 34
Octal 330 63 114 0 114 101 17 537 104 64
Binary 11011000 110011 1001100 0 1001100 1000001 1111 101011111 1000100 110100

Color Harmonies of #D8334C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8334C

Black with #D8334C

Text Example


Text Example

White with #D8334C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8334C; }

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

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

background-color css

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

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

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

border-color css

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

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

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