Html Css Color HEX #D4204C Amaranth

📋 copy color: '#D4204C'

red 212 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #D4204C

Tints of Amaranth #D4204C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.75%

R = 66.25%
G = 10%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4204C (or 0xD4204C) is known color: Amaranth. HEX triplet: D4, 20 and 4C. RGB value is (212,32,76). Sum of RGB (Red+Green+Blue) = 212+32+76=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 76 (30.08% from 255 or 23.75% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D4204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4204C is #2BDFB3. Grayscale: #5A5A5A. Windows color (decimal): -2875316 or 4989140. OLE color: 4989140.

HSL color Cylindrical-coordinate representation of color #D4204C: hue angle of 345.33º 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 #D4204C is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 76 -
CMYK 0 0.85 0.64 0.17
HSL 345.33º 0.74% 0.48% -
HSV(B) 345.33º 0.85% 0.83% -
XYZ 28.97 15.55 8.31 -
YUV 90.84 119.63 214.42 -
System Red Green Blue C M Y K H S L
Decimal 212 32 76 0 0.85 0.64 0.17 345.33 0.74 0.48
Hex D4 20 4C 0 55 40 11 159 4A 30
Octal 324 40 114 0 125 100 21 531 112 60
Binary 11010100 100000 1001100 0 1010101 1000000 10001 101011001 1001010 110000

Color Harmonies of #D4204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4204C

Black with #D4204C

Text Example


Text Example

White with #D4204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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