Html Css Color HEX #D83154 Amaranth

📋 copy color: '#D83154'

red 216 ◦ green 49 ◦ blue 84

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

Shades of Amaranth #D83154

Tints of Amaranth #D83154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.04%

 BLUE value IS 84 (33.2% from 255) = 24.07%

R = 61.89%
G = 14.04%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D83154 (or 0xD83154) is known color: Amaranth. HEX triplet: D8, 31 and 54. RGB value is (216,49,84). Sum of RGB (Red+Green+Blue) = 216+49+84=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D83154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83154 is #27CEAB. Grayscale: #666666. Windows color (decimal): -2608812 or 5517784. OLE color: 5517784.

HSL color Cylindrical-coordinate representation of color #D83154: hue angle of 347.43º 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 #D83154 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 49 84 -
CMYK 0 0.77 0.61 0.15
HSL 347.43º 0.68% 0.52% -
HSV(B) 347.43º 0.77% 0.85% -
XYZ 31.02 17.44 10.12 -
YUV 102.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 216 49 84 0 0.77 0.61 0.15 347.43 0.68 0.52
Hex D8 31 54 0 4D 3D F 15B 44 34
Octal 330 61 124 0 115 75 17 533 104 64
Binary 11011000 110001 1010100 0 1001101 111101 1111 101011011 1000100 110100

Color Harmonies of #D83154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83154

Black with #D83154

Text Example


Text Example

White with #D83154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83154; }

 p { color: rgb(216,49,84); }

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

background-color css

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

 a { background-color: rgb(216,49,84); }

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

border-color css

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

 span { border-color: rgb(216,49,84); }

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