Html Css Color HEX #D12054 Amaranth

📋 copy color: '#D12054'

red 209 ◦ green 32 ◦ blue 84

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

Shades of Amaranth #D12054

Tints of Amaranth #D12054

RGB

 RED value IS 209 (82.03% from 255) = 64.31%

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

 BLUE value IS 84 (33.2% from 255) = 25.85%

R = 64.31%
G = 9.85%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.60

 K value IS 0.18

RGB Variations

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

Color information

#D12054 (or 0xD12054) is known color: Amaranth. HEX triplet: D1, 20 and 54. RGB value is (209,32,84). Sum of RGB (Red+Green+Blue) = 209+32+84=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 84 (33.20% from 255 or 25.85% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D12054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D12054 is #2EDFAB. Grayscale: #5A5A5A. Windows color (decimal): -3071916 or 5513425. OLE color: 5513425.

HSL color Cylindrical-coordinate representation of color #D12054: hue angle of 342.37º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D12054 is Cyan = 0, Magento = 0.85, Yellow = 0.60 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 32 84 -
CMYK 0 0.85 0.60 0.18
HSL 342.37º 0.73% 0.47% -
HSV(B) 342.37º 0.85% 0.82% -
XYZ 28.41 15.23 9.83 -
YUV 90.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 209 32 84 0 0.85 0.60 0.18 342.37 0.73 0.47
Hex D1 20 54 0 55 3C 12 156 49 2F
Octal 321 40 124 0 125 74 22 526 111 57
Binary 11010001 100000 1010100 0 1010101 111100 10010 101010110 1001001 101111

Color Harmonies of #D12054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12054

Black with #D12054

Text Example


Text Example

White with #D12054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12054; }

 p { color: rgb(209,32,84); }

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

background-color css

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

 a { background-color: rgb(209,32,84); }

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

border-color css

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

 span { border-color: rgb(209,32,84); }

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