Html Css Color HEX #D91E53 Amaranth

📋 copy color: '#D91E53'

red 217 ◦ green 30 ◦ blue 83

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

Shades of Amaranth #D91E53

Tints of Amaranth #D91E53

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.09%

 BLUE value IS 83 (32.81% from 255) = 25.15%

R = 65.76%
G = 9.09%
B = 25.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.15

RGB Variations

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

Color information

#D91E53 (or 0xD91E53) is known color: Amaranth. HEX triplet: D9, 1E and 53. RGB value is (217,30,83). Sum of RGB (Red+Green+Blue) = 217+30+83=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 30 (12.11% from 255 or 9.09% from 330); Blue value is 83 (32.81% from 255 or 25.15% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D91E53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D91E53 is #26E1AC. Grayscale: #5B5B5B. Windows color (decimal): -2548141 or 5447385. OLE color: 5447385.

HSL color Cylindrical-coordinate representation of color #D91E53: hue angle of 342.99º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D91E53 is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 30 83 -
CMYK 0 0.86 0.62 0.15
HSL 342.99º 0.76% 0.48% -
HSV(B) 342.99º 0.86% 0.85% -
XYZ 30.64 16.3 9.72 -
YUV 91.96 122.95 217.19 -
System Red Green Blue C M Y K H S L
Decimal 217 30 83 0 0.86 0.62 0.15 342.99 0.76 0.48
Hex D9 1E 53 0 56 3E F 157 4C 30
Octal 331 36 123 0 126 76 17 527 114 60
Binary 11011001 11110 1010011 0 1010110 111110 1111 101010111 1001100 110000

Color Harmonies of #D91E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91E53

Black with #D91E53

Text Example


Text Example

White with #D91E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91E53; }

 p { color: rgb(217,30,83); }

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

background-color css

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

 a { background-color: rgb(217,30,83); }

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

border-color css

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

 span { border-color: rgb(217,30,83); }

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