Html Css Color HEX #D83F4D Amaranth

📋 copy color: '#D83F4D'

red 216 ◦ green 63 ◦ blue 77

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

Shades of Amaranth #D83F4D

Tints of Amaranth #D83F4D

RGB

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

 GREEN value IS 63 (25% from 255) = 17.7%

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

R = 60.67%
G = 17.7%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D83F4D (or 0xD83F4D) is known color: Amaranth. HEX triplet: D8, 3F and 4D. RGB value is (216,63,77). Sum of RGB (Red+Green+Blue) = 216+63+77=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 77 (30.47% from 255 or 21.63% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D83F4D is #27C0B2. Grayscale: #6E6E6E. Windows color (decimal): -2605235 or 5062616. OLE color: 5062616.

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

Color convert

RGB 216 63 77 -
CMYK 0 0.71 0.64 0.15
HSL 354.51º 0.66% 0.55% -
HSV(B) 354.51º 0.71% 0.85% -
XYZ 31.44 18.69 8.97 -
YUV 110.34 109.19 203.36 -
System Red Green Blue C M Y K H S L
Decimal 216 63 77 0 0.71 0.64 0.15 354.51 0.66 0.55
Hex D8 3F 4D 0 47 40 F 163 42 37
Octal 330 77 115 0 107 100 17 543 102 67
Binary 11011000 111111 1001101 0 1000111 1000000 1111 101100011 1000010 110111

Color Harmonies of #D83F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83F4D

Black with #D83F4D

Text Example


Text Example

White with #D83F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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