Html Css Color HEX #D92051 Amaranth

📋 copy color: '#D92051'

red 217 ◦ green 32 ◦ blue 81

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

Shades of Amaranth #D92051

Tints of Amaranth #D92051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 24.55%

R = 65.76%
G = 9.7%
B = 24.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D92051 (or 0xD92051) is known color: Amaranth. HEX triplet: D9, 20 and 51. RGB value is (217,32,81). Sum of RGB (Red+Green+Blue) = 217+32+81=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 32 (12.89% from 255 or 9.70% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D92051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92051 is #26DFAE. Grayscale: #5C5C5C. Windows color (decimal): -2547631 or 5316825. OLE color: 5316825.

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

Color convert

RGB 217 32 81 -
CMYK 0 0.85 0.63 0.15
HSL 344.11º 0.74% 0.49% -
HSV(B) 344.11º 0.85% 0.85% -
XYZ 30.62 16.38 9.33 -
YUV 92.9 121.29 216.52 -
System Red Green Blue C M Y K H S L
Decimal 217 32 81 0 0.85 0.63 0.15 344.11 0.74 0.49
Hex D9 20 51 0 55 3F F 158 4A 31
Octal 331 40 121 0 125 77 17 530 112 61
Binary 11011001 100000 1010001 0 1010101 111111 1111 101011000 1001010 110001

Color Harmonies of #D92051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92051

Black with #D92051

Text Example


Text Example

White with #D92051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92051; }

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

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

background-color css

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

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

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

border-color css

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

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

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