Html Css Color HEX #D81D4F Amaranth

📋 copy color: '#D81D4F'

red 216 ◦ green 29 ◦ blue 79

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

Shades of Amaranth #D81D4F

Tints of Amaranth #D81D4F

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.95%

 BLUE value IS 79 (31.25% from 255) = 24.38%

R = 66.67%
G = 8.95%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D81D4F (or 0xD81D4F) is known color: Amaranth. HEX triplet: D8, 1D and 4F. RGB value is (216,29,79). Sum of RGB (Red+Green+Blue) = 216+29+79=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 29 (11.72% from 255 or 8.95% from 324); Blue value is 79 (31.25% from 255 or 24.38% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D4F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81D4F is #27E2B0. Grayscale: #5A5A5A. Windows color (decimal): -2613937 or 5184984. OLE color: 5184984.

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

Color convert

RGB 216 29 79 -
CMYK 0 0.87 0.63 0.15
HSL 343.96º 0.76% 0.48% -
HSV(B) 343.96º 0.87% 0.85% -
XYZ 30.17 16.04 8.9 -
YUV 90.61 121.45 217.43 -
System Red Green Blue C M Y K H S L
Decimal 216 29 79 0 0.87 0.63 0.15 343.96 0.76 0.48
Hex D8 1D 4F 0 57 3F F 158 4C 30
Octal 330 35 117 0 127 77 17 530 114 60
Binary 11011000 11101 1001111 0 1010111 111111 1111 101011000 1001100 110000

Color Harmonies of #D81D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D4F

Black with #D81D4F

Text Example


Text Example

White with #D81D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D4F; }

 p { color: rgb(216,29,79); }

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

background-color css

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

 a { background-color: rgb(216,29,79); }

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

border-color css

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

 span { border-color: rgb(216,29,79); }

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