Html Css Color HEX #D4284D Amaranth

📋 copy color: '#D4284D'

red 212 ◦ green 40 ◦ blue 77

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

Shades of Amaranth #D4284D

Tints of Amaranth #D4284D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.16%

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

R = 64.44%
G = 12.16%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4284D (or 0xD4284D) is known color: Amaranth. HEX triplet: D4, 28 and 4D. RGB value is (212,40,77). Sum of RGB (Red+Green+Blue) = 212+40+77=329 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.44% from 329); Green value is 40 (16.02% from 255 or 12.16% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 212 - color contains mainly: red. Hex color #D4284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4284D is #2BD7B2. Grayscale: #5F5F5F. Windows color (decimal): -2873267 or 5056724. OLE color: 5056724.

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

Color convert

RGB 212 40 77 -
CMYK 0 0.81 0.64 0.17
HSL 347.09º 0.68% 0.49% -
HSV(B) 347.09º 0.81% 0.83% -
XYZ 29.25 16.05 8.58 -
YUV 95.65 117.48 210.99 -
System Red Green Blue C M Y K H S L
Decimal 212 40 77 0 0.81 0.64 0.17 347.09 0.68 0.49
Hex D4 28 4D 0 51 40 11 15B 44 31
Octal 324 50 115 0 121 100 21 533 104 61
Binary 11010100 101000 1001101 0 1010001 1000000 10001 101011011 1000100 110001

Color Harmonies of #D4284D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4284D

Black with #D4284D

Text Example


Text Example

White with #D4284D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4284D; }

 p { color: rgb(212,40,77); }

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

background-color css

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

 a { background-color: rgb(212,40,77); }

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

border-color css

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

 span { border-color: rgb(212,40,77); }

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