Html Css Color HEX #D92054 Amaranth

📋 copy color: '#D92054'

red 217 ◦ green 32 ◦ blue 84

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

Shades of Amaranth #D92054

Tints of Amaranth #D92054

RGB

 RED value IS 217 (85.16% from 255) = 65.17%

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

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

R = 65.17%
G = 9.61%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D92054 (or 0xD92054) is known color: Amaranth. HEX triplet: D9, 20 and 54. RGB value is (217,32,84). Sum of RGB (Red+Green+Blue) = 217+32+84=333 (44% of max value = 765). Red value is 217 (85.16% from 255 or 65.17% from 333); Green value is 32 (12.89% from 255 or 9.61% from 333); Blue value is 84 (33.20% from 255 or 25.23% from 333); Max value from RGB is 217 - color contains mainly: red. Hex color #D92054 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92054 is #26DFAB. Grayscale: #5D5D5D. Windows color (decimal): -2547628 or 5513433. OLE color: 5513433.

HSL color Cylindrical-coordinate representation of color #D92054: hue angle of 343.14º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D92054 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 32 84 -
CMYK 0 0.85 0.61 0.15
HSL 343.14º 0.74% 0.49% -
HSV(B) 343.14º 0.85% 0.85% -
XYZ 30.73 16.42 9.94 -
YUV 93.24 122.79 216.27 -
System Red Green Blue C M Y K H S L
Decimal 217 32 84 0 0.85 0.61 0.15 343.14 0.74 0.49
Hex D9 20 54 0 55 3D F 157 4A 31
Octal 331 40 124 0 125 75 17 527 112 61
Binary 11011001 100000 1010100 0 1010101 111101 1111 101010111 1001010 110001

Color Harmonies of #D92054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92054

Black with #D92054

Text Example


Text Example

White with #D92054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92054; }

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

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

background-color css

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

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

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

border-color css

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

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

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