Html Css Color HEX #D83E4A Amaranth

📋 copy color: '#D83E4A'

red 216 ◦ green 62 ◦ blue 74

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

Shades of Amaranth #D83E4A

Tints of Amaranth #D83E4A

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.61%

 BLUE value IS 74 (29.3% from 255) = 21.02%

R = 61.36%
G = 17.61%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D83E4A (or 0xD83E4A) is known color: Amaranth. HEX triplet: D8, 3E and 4A. RGB value is (216,62,74). Sum of RGB (Red+Green+Blue) = 216+62+74=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D83E4A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83E4A is #27C1B5. Grayscale: #6D6D6D. Windows color (decimal): -2605494 or 4865752. OLE color: 4865752.

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

Color convert

RGB 216 62 74 -
CMYK 0 0.71 0.66 0.15
HSL 355.32º 0.66% 0.55% -
HSV(B) 355.32º 0.71% 0.85% -
XYZ 31.28 18.54 8.41 -
YUV 109.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 216 62 74 0 0.71 0.66 0.15 355.32 0.66 0.55
Hex D8 3E 4A 0 47 42 F 163 42 37
Octal 330 76 112 0 107 102 17 543 102 67
Binary 11011000 111110 1001010 0 1000111 1000010 1111 101100011 1000010 110111

Color Harmonies of #D83E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83E4A

Black with #D83E4A

Text Example


Text Example

White with #D83E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83E4A; }

 p { color: rgb(216,62,74); }

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

background-color css

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

 a { background-color: rgb(216,62,74); }

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

border-color css

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

 span { border-color: rgb(216,62,74); }

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