Html Css Color HEX #D92154 Amaranth

📋 copy color: '#D92154'

red 217 ◦ green 33 ◦ blue 84

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

Shades of Amaranth #D92154

Tints of Amaranth #D92154

RGB

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

 GREEN value IS 33 (13.28% from 255) = 9.88%

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

R = 64.97%
G = 9.88%
B = 25.15%

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

#D92154 (or 0xD92154) is known color: Amaranth. HEX triplet: D9, 21 and 54. RGB value is (217,33,84). Sum of RGB (Red+Green+Blue) = 217+33+84=334 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.97% from 334); Green value is 33 (13.28% from 255 or 9.88% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 217 - color contains mainly: red. Hex color #D92154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92154 is #26DEAB. Grayscale: #5D5D5D. Windows color (decimal): -2547372 or 5513689. OLE color: 5513689.

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

Color convert

RGB 217 33 84 -
CMYK 0 0.85 0.61 0.15
HSL 343.37º 0.74% 0.49% -
HSV(B) 343.37º 0.85% 0.85% -
XYZ 30.76 16.48 9.95 -
YUV 93.83 122.46 215.85 -
System Red Green Blue C M Y K H S L
Decimal 217 33 84 0 0.85 0.61 0.15 343.37 0.74 0.49
Hex D9 21 54 0 55 3D F 157 4A 31
Octal 331 41 124 0 125 75 17 527 112 61
Binary 11011001 100001 1010100 0 1010101 111101 1111 101010111 1001010 110001

Color Harmonies of #D92154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92154

Black with #D92154

Text Example


Text Example

White with #D92154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92154; }

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

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

background-color css

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

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

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

border-color css

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

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

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