Html Css Color HEX #D83D51 Amaranth

📋 copy color: '#D83D51'

red 216 ◦ green 61 ◦ blue 81

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

Shades of Amaranth #D83D51

Tints of Amaranth #D83D51

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.04%

 BLUE value IS 81 (32.03% from 255) = 22.63%

R = 60.34%
G = 17.04%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D83D51 (or 0xD83D51) is known color: Amaranth. HEX triplet: D8, 3D and 51. RGB value is (216,61,81). Sum of RGB (Red+Green+Blue) = 216+61+81=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 61 (24.22% from 255 or 17.04% from 358); Blue value is 81 (32.03% from 255 or 22.63% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83D51 is #27C2AE. Grayscale: #6D6D6D. Windows color (decimal): -2605743 or 5324248. OLE color: 5324248.

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

Color convert

RGB 216 61 81 -
CMYK 0 0.72 0.62 0.15
HSL 352.26º 0.67% 0.54% -
HSV(B) 352.26º 0.72% 0.85% -
XYZ 31.47 18.53 9.7 -
YUV 109.63 111.85 203.87 -
System Red Green Blue C M Y K H S L
Decimal 216 61 81 0 0.72 0.62 0.15 352.26 0.67 0.54
Hex D8 3D 51 0 48 3E F 160 43 36
Octal 330 75 121 0 110 76 17 540 103 66
Binary 11011000 111101 1010001 0 1001000 111110 1111 101100000 1000011 110110

Color Harmonies of #D83D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83D51

Black with #D83D51

Text Example


Text Example

White with #D83D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83D51; }

 p { color: rgb(216,61,81); }

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

background-color css

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

 a { background-color: rgb(216,61,81); }

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

border-color css

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

 span { border-color: rgb(216,61,81); }

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