Html Css Color HEX #D8384F Amaranth

📋 copy color: '#D8384F'

red 216 ◦ green 56 ◦ blue 79

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

Shades of Amaranth #D8384F

Tints of Amaranth #D8384F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 22.51%

R = 61.54%
G = 15.95%
B = 22.51%

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

#D8384F (or 0xD8384F) is known color: Amaranth. HEX triplet: D8, 38 and 4F. RGB value is (216,56,79). Sum of RGB (Red+Green+Blue) = 216+56+79=351 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.54% from 351); Green value is 56 (22.27% from 255 or 15.95% from 351); Blue value is 79 (31.25% from 255 or 22.51% from 351); Max value from RGB is 216 - color contains mainly: red. Hex color #D8384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8384F is #27C7B0. Grayscale: #6A6A6A. Windows color (decimal): -2607025 or 5191896. OLE color: 5191896.

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

Color convert

RGB 216 56 79 -
CMYK 0 0.74 0.63 0.15
HSL 351.38º 0.67% 0.53% -
HSV(B) 351.38º 0.74% 0.85% -
XYZ 31.14 17.99 9.23 -
YUV 106.46 112.51 206.13 -
System Red Green Blue C M Y K H S L
Decimal 216 56 79 0 0.74 0.63 0.15 351.38 0.67 0.53
Hex D8 38 4F 0 4A 3F F 15F 43 35
Octal 330 70 117 0 112 77 17 537 103 65
Binary 11011000 111000 1001111 0 1001010 111111 1111 101011111 1000011 110101

Color Harmonies of #D8384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8384F

Black with #D8384F

Text Example


Text Example

White with #D8384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8384F; }

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

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

background-color css

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

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

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

border-color css

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

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

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