Html Css Color HEX #D92150 Amaranth

📋 copy color: '#D92150'

red 217 ◦ green 33 ◦ blue 80

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

Shades of Amaranth #D92150

Tints of Amaranth #D92150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.24%

R = 65.76%
G = 10%
B = 24.24%

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

#D92150 (or 0xD92150) is known color: Amaranth. HEX triplet: D9, 21 and 50. RGB value is (217,33,80). Sum of RGB (Red+Green+Blue) = 217+33+80=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D92150 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92150 is #26DEAF. Grayscale: #5D5D5D. Windows color (decimal): -2547376 or 5251545. OLE color: 5251545.

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

Color convert

RGB 217 33 80 -
CMYK 0 0.85 0.63 0.15
HSL 344.67º 0.74% 0.49% -
HSV(B) 344.67º 0.85% 0.85% -
XYZ 30.61 16.42 9.15 -
YUV 93.37 120.46 216.18 -
System Red Green Blue C M Y K H S L
Decimal 217 33 80 0 0.85 0.63 0.15 344.67 0.74 0.49
Hex D9 21 50 0 55 3F F 159 4A 31
Octal 331 41 120 0 125 77 17 531 112 61
Binary 11011001 100001 1010000 0 1010101 111111 1111 101011001 1001010 110001

Color Harmonies of #D92150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92150

Black with #D92150

Text Example


Text Example

White with #D92150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92150; }

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

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

background-color css

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

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

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

border-color css

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

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

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