Html Css Color HEX #D83850 Amaranth

📋 copy color: '#D83850'

red 216 ◦ green 56 ◦ blue 80

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

Shades of Amaranth #D83850

Tints of Amaranth #D83850

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.91%

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

R = 61.36%
G = 15.91%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D83850 (or 0xD83850) is known color: Amaranth. HEX triplet: D8, 38 and 50. RGB value is (216,56,80). Sum of RGB (Red+Green+Blue) = 216+56+80=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D83850 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83850 is #27C7AF. Grayscale: #6A6A6A. Windows color (decimal): -2607024 or 5257432. OLE color: 5257432.

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

Color convert

RGB 216 56 80 -
CMYK 0 0.74 0.63 0.15
HSL 351º 0.67% 0.53% -
HSV(B) 351º 0.74% 0.85% -
XYZ 31.18 18.01 9.42 -
YUV 106.58 113.01 206.05 -
System Red Green Blue C M Y K H S L
Decimal 216 56 80 0 0.74 0.63 0.15 351 0.67 0.53
Hex D8 38 50 0 4A 3F F 15F 43 35
Octal 330 70 120 0 112 77 17 537 103 65
Binary 11011000 111000 1010000 0 1001010 111111 1111 101011111 1000011 110101

Color Harmonies of #D83850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83850

Black with #D83850

Text Example


Text Example

White with #D83850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83850; }

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

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

background-color css

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

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

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

border-color css

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

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

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