Html Css Color HEX #D73054 Amaranth

📋 copy color: '#D73054'

red 215 ◦ green 48 ◦ blue 84

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

Shades of Amaranth #D73054

Tints of Amaranth #D73054

RGB

 RED value IS 215 (84.38% from 255) = 61.96%

 GREEN value IS 48 (19.14% from 255) = 13.83%

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

R = 61.96%
G = 13.83%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D73054 (or 0xD73054) is known color: Amaranth. HEX triplet: D7, 30 and 54. RGB value is (215,48,84). Sum of RGB (Red+Green+Blue) = 215+48+84=347 (45% of max value = 765). Red value is 215 (84.38% from 255 or 61.96% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 84 (33.20% from 255 or 24.21% from 347); Max value from RGB is 215 - color contains mainly: red. Hex color #D73054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D73054 is #28CFAB. Grayscale: #666666. Windows color (decimal): -2674604 or 5517527. OLE color: 5517527.

HSL color Cylindrical-coordinate representation of color #D73054: hue angle of 347.07º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D73054 is Cyan = 0, Magento = 0.78, Yellow = 0.61 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 84 -
CMYK 0 0.78 0.61 0.16
HSL 347.07º 0.68% 0.52% -
HSV(B) 347.07º 0.78% 0.84% -
XYZ 30.68 17.2 10.09 -
YUV 102.04 117.83 208.57 -
System Red Green Blue C M Y K H S L
Decimal 215 48 84 0 0.78 0.61 0.16 347.07 0.68 0.52
Hex D7 30 54 0 4E 3D 10 15B 44 34
Octal 327 60 124 0 116 75 20 533 104 64
Binary 11010111 110000 1010100 0 1001110 111101 10000 101011011 1000100 110100

Color Harmonies of #D73054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D73054

Black with #D73054

Text Example


Text Example

White with #D73054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D73054; }

 p { color: rgb(215,48,84); }

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

background-color css

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

 a { background-color: rgb(215,48,84); }

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

border-color css

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

 span { border-color: rgb(215,48,84); }

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