Html Css Color HEX #D83B4D Amaranth

📋 copy color: '#D83B4D'

red 216 ◦ green 59 ◦ blue 77

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

Shades of Amaranth #D83B4D

Tints of Amaranth #D83B4D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.76%

 BLUE value IS 77 (30.47% from 255) = 21.88%

R = 61.36%
G = 16.76%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D83B4D (or 0xD83B4D) is known color: Amaranth. HEX triplet: D8, 3B and 4D. RGB value is (216,59,77). Sum of RGB (Red+Green+Blue) = 216+59+77=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 59 (23.44% from 255 or 16.76% from 352); Blue value is 77 (30.47% from 255 or 21.88% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83B4D is #27C4B2. Grayscale: #6C6C6C. Windows color (decimal): -2606259 or 5061592. OLE color: 5061592.

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

Color convert

RGB 216 59 77 -
CMYK 0 0.73 0.64 0.15
HSL 353.12º 0.67% 0.54% -
HSV(B) 353.12º 0.73% 0.85% -
XYZ 31.22 18.26 8.9 -
YUV 108 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 216 59 77 0 0.73 0.64 0.15 353.12 0.67 0.54
Hex D8 3B 4D 0 49 40 F 161 43 36
Octal 330 73 115 0 111 100 17 541 103 66
Binary 11011000 111011 1001101 0 1001001 1000000 1111 101100001 1000011 110110

Color Harmonies of #D83B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83B4D

Black with #D83B4D

Text Example


Text Example

White with #D83B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83B4D; }

 p { color: rgb(216,59,77); }

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

background-color css

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

 a { background-color: rgb(216,59,77); }

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

border-color css

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

 span { border-color: rgb(216,59,77); }

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