Html Css Color HEX #D81F4D Amaranth

📋 copy color: '#D81F4D'

red 216 ◦ green 31 ◦ blue 77

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

Shades of Amaranth #D81F4D

Tints of Amaranth #D81F4D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.57%

 BLUE value IS 77 (30.47% from 255) = 23.77%

R = 66.67%
G = 9.57%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D81F4D (or 0xD81F4D) is known color: Amaranth. HEX triplet: D8, 1F and 4D. RGB value is (216,31,77). Sum of RGB (Red+Green+Blue) = 216+31+77=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D81F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81F4D is #27E0B2. Grayscale: #5B5B5B. Windows color (decimal): -2613427 or 5054424. OLE color: 5054424.

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

Color convert

RGB 216 31 77 -
CMYK 0 0.86 0.64 0.15
HSL 345.08º 0.75% 0.48% -
HSV(B) 345.08º 0.86% 0.85% -
XYZ 30.15 16.11 8.54 -
YUV 91.56 119.79 216.76 -
System Red Green Blue C M Y K H S L
Decimal 216 31 77 0 0.86 0.64 0.15 345.08 0.75 0.48
Hex D8 1F 4D 0 56 40 F 159 4B 30
Octal 330 37 115 0 126 100 17 531 113 60
Binary 11011000 11111 1001101 0 1010110 1000000 1111 101011001 1001011 110000

Color Harmonies of #D81F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81F4D

Black with #D81F4D

Text Example


Text Example

White with #D81F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81F4D; }

 p { color: rgb(216,31,77); }

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

background-color css

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

 a { background-color: rgb(216,31,77); }

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

border-color css

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

 span { border-color: rgb(216,31,77); }

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