Html Css Color HEX #D4384F Amaranth

📋 copy color: '#D4384F'

red 212 ◦ green 56 ◦ blue 79

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

Shades of Amaranth #D4384F

Tints of Amaranth #D4384F

RGB

 RED value IS 212 (83.2% from 255) = 61.1%

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

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

R = 61.1%
G = 16.14%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4384F (or 0xD4384F) is known color: Amaranth. HEX triplet: D4, 38 and 4F. RGB value is (212,56,79). Sum of RGB (Red+Green+Blue) = 212+56+79=347 (45% of max value = 765). Red value is 212 (83.20% from 255 or 61.10% from 347); Green value is 56 (22.27% from 255 or 16.14% from 347); Blue value is 79 (31.25% from 255 or 22.77% from 347); Max value from RGB is 212 - color contains mainly: red. Hex color #D4384F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4384F is #2BC7B0. Grayscale: #696969. Windows color (decimal): -2869169 or 5191892. OLE color: 5191892.

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

Color convert

RGB 212 56 79 -
CMYK 0 0.74 0.63 0.17
HSL 351.15º 0.64% 0.53% -
HSV(B) 351.15º 0.74% 0.83% -
XYZ 29.98 17.39 9.17 -
YUV 105.27 113.18 204.13 -
System Red Green Blue C M Y K H S L
Decimal 212 56 79 0 0.74 0.63 0.17 351.15 0.64 0.53
Hex D4 38 4F 0 4A 3F 11 15F 40 35
Octal 324 70 117 0 112 77 21 537 100 65
Binary 11010100 111000 1001111 0 1001010 111111 10001 101011111 1000000 110101

Color Harmonies of #D4384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4384F

Black with #D4384F

Text Example


Text Example

White with #D4384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4384F; }

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

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

background-color css

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

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

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

border-color css

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

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

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