Html Css Color HEX #D4204E Amaranth

📋 copy color: '#D4204E'

red 212 ◦ green 32 ◦ blue 78

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

Shades of Amaranth #D4204E

Tints of Amaranth #D4204E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.94%

 BLUE value IS 78 (30.86% from 255) = 24.22%

R = 65.84%
G = 9.94%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D4204E (or 0xD4204E) is known color: Amaranth. HEX triplet: D4, 20 and 4E. RGB value is (212,32,78). Sum of RGB (Red+Green+Blue) = 212+32+78=322 (42% of max value = 765). Red value is 212 (83.20% from 255 or 65.84% from 322); Green value is 32 (12.89% from 255 or 9.94% from 322); Blue value is 78 (30.86% from 255 or 24.22% from 322); Max value from RGB is 212 - color contains mainly: red. Hex color #D4204E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4204E is #2BDFB1. Grayscale: #5B5B5B. Windows color (decimal): -2875314 or 5120212. OLE color: 5120212.

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

Color convert

RGB 212 32 78 -
CMYK 0 0.85 0.63 0.17
HSL 344.67º 0.74% 0.48% -
HSV(B) 344.67º 0.85% 0.83% -
XYZ 29.04 15.58 8.68 -
YUV 91.06 120.63 214.26 -
System Red Green Blue C M Y K H S L
Decimal 212 32 78 0 0.85 0.63 0.17 344.67 0.74 0.48
Hex D4 20 4E 0 55 3F 11 159 4A 30
Octal 324 40 116 0 125 77 21 531 112 60
Binary 11010100 100000 1001110 0 1010101 111111 10001 101011001 1001010 110000

Color Harmonies of #D4204E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4204E

Black with #D4204E

Text Example


Text Example

White with #D4204E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4204E; }

 p { color: rgb(212,32,78); }

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

background-color css

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

 a { background-color: rgb(212,32,78); }

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

border-color css

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

 span { border-color: rgb(212,32,78); }

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