Html Css Color HEX #D83150 Amaranth

📋 copy color: '#D83150'

red 216 ◦ green 49 ◦ blue 80

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

Shades of Amaranth #D83150

Tints of Amaranth #D83150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.19%

R = 62.61%
G = 14.2%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D83150 (or 0xD83150) is known color: Amaranth. HEX triplet: D8, 31 and 50. RGB value is (216,49,80). Sum of RGB (Red+Green+Blue) = 216+49+80=345 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.61% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 216 - color contains mainly: red. Hex color #D83150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83150 is #27CEAF. Grayscale: #666666. Windows color (decimal): -2608816 or 5255640. OLE color: 5255640.

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

Color convert

RGB 216 49 80 -
CMYK 0 0.77 0.63 0.15
HSL 348.86º 0.68% 0.52% -
HSV(B) 348.86º 0.77% 0.85% -
XYZ 30.87 17.37 9.32 -
YUV 102.47 115.33 208.98 -
System Red Green Blue C M Y K H S L
Decimal 216 49 80 0 0.77 0.63 0.15 348.86 0.68 0.52
Hex D8 31 50 0 4D 3F F 15D 44 34
Octal 330 61 120 0 115 77 17 535 104 64
Binary 11011000 110001 1010000 0 1001101 111111 1111 101011101 1000100 110100

Color Harmonies of #D83150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83150

Black with #D83150

Text Example


Text Example

White with #D83150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83150; }

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

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

background-color css

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

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

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

border-color css

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

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

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