Html Css Color HEX #D83050 Amaranth

📋 copy color: '#D83050'

red 216 ◦ green 48 ◦ blue 80

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

Shades of Amaranth #D83050

Tints of Amaranth #D83050

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.95%

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

R = 62.79%
G = 13.95%
B = 23.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D83050 (or 0xD83050) is known color: Amaranth. HEX triplet: D8, 30 and 50. RGB value is (216,48,80). Sum of RGB (Red+Green+Blue) = 216+48+80=344 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.79% from 344); Green value is 48 (19.14% from 255 or 13.95% from 344); Blue value is 80 (31.64% from 255 or 23.26% from 344); Max value from RGB is 216 - color contains mainly: red. Hex color #D83050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83050 is #27CFAF. Grayscale: #656565. Windows color (decimal): -2609072 or 5255384. OLE color: 5255384.

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

Color convert

RGB 216 48 80 -
CMYK 0 0.78 0.63 0.15
HSL 348.57º 0.68% 0.52% -
HSV(B) 348.57º 0.78% 0.85% -
XYZ 30.82 17.29 9.3 -
YUV 101.88 115.66 209.4 -
System Red Green Blue C M Y K H S L
Decimal 216 48 80 0 0.78 0.63 0.15 348.57 0.68 0.52
Hex D8 30 50 0 4E 3F F 15D 44 34
Octal 330 60 120 0 116 77 17 535 104 64
Binary 11011000 110000 1010000 0 1001110 111111 1111 101011101 1000100 110100

Color Harmonies of #D83050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83050

Black with #D83050

Text Example


Text Example

White with #D83050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83050; }

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

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

background-color css

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

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

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

border-color css

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

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

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