Html Css Color HEX #D3204C Amaranth

📋 copy color: '#D3204C'

red 211 ◦ green 32 ◦ blue 76

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

Shades of Amaranth #D3204C

Tints of Amaranth #D3204C

RGB

 RED value IS 211 (82.81% from 255) = 66.14%

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

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

R = 66.14%
G = 10.03%
B = 23.82%

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

#D3204C (or 0xD3204C) is known color: Amaranth. HEX triplet: D3, 20 and 4C. RGB value is (211,32,76). Sum of RGB (Red+Green+Blue) = 211+32+76=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 76 (30.08% from 255 or 23.82% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D3204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D3204C is #2CDFB3. Grayscale: #5A5A5A. Windows color (decimal): -2940852 or 4989139. OLE color: 4989139.

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

Color convert

RGB 211 32 76 -
CMYK 0 0.85 0.64 0.17
HSL 345.25º 0.74% 0.48% -
HSV(B) 345.25º 0.85% 0.83% -
XYZ 28.68 15.4 8.3 -
YUV 90.54 119.8 213.92 -
System Red Green Blue C M Y K H S L
Decimal 211 32 76 0 0.85 0.64 0.17 345.25 0.74 0.48
Hex D3 20 4C 0 55 40 11 159 4A 30
Octal 323 40 114 0 125 100 21 531 112 60
Binary 11010011 100000 1001100 0 1010101 1000000 10001 101011001 1001010 110000

Color Harmonies of #D3204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3204C

Black with #D3204C

Text Example


Text Example

White with #D3204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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