Html Css Color HEX #D92854 Amaranth

📋 copy color: '#D92854'

red 217 ◦ green 40 ◦ blue 84

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

Shades of Amaranth #D92854

Tints of Amaranth #D92854

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.73%

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

R = 63.64%
G = 11.73%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D92854 (or 0xD92854) is known color: Amaranth. HEX triplet: D9, 28 and 54. RGB value is (217,40,84). Sum of RGB (Red+Green+Blue) = 217+40+84=341 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.64% from 341); Green value is 40 (16.02% from 255 or 11.73% from 341); Blue value is 84 (33.20% from 255 or 24.63% from 341); Max value from RGB is 217 - color contains mainly: red. Hex color #D92854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92854 is #26D7AB. Grayscale: #616161. Windows color (decimal): -2545580 or 5515481. OLE color: 5515481.

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

Color convert

RGB 217 40 84 -
CMYK 0 0.82 0.61 0.15
HSL 345.08º 0.7% 0.5% -
HSV(B) 345.08º 0.82% 0.85% -
XYZ 30.97 16.91 10.02 -
YUV 97.94 120.14 212.92 -
System Red Green Blue C M Y K H S L
Decimal 217 40 84 0 0.82 0.61 0.15 345.08 0.7 0.5
Hex D9 28 54 0 52 3D F 159 46 32
Octal 331 50 124 0 122 75 17 531 106 62
Binary 11011001 101000 1010100 0 1010010 111101 1111 101011001 1000110 110010

Color Harmonies of #D92854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92854

Black with #D92854

Text Example


Text Example

White with #D92854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92854; }

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

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

background-color css

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

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

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

border-color css

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

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

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