Html Css Color HEX #D93A50 Amaranth

📋 copy color: '#D93A50'

red 217 ◦ green 58 ◦ blue 80

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

Shades of Amaranth #D93A50

Tints of Amaranth #D93A50

RGB

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

 GREEN value IS 58 (23.05% from 255) = 16.34%

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

R = 61.13%
G = 16.34%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D93A50 (or 0xD93A50) is known color: Amaranth. HEX triplet: D9, 3A and 50. RGB value is (217,58,80). Sum of RGB (Red+Green+Blue) = 217+58+80=355 (47% of max value = 765). Red value is 217 (85.16% from 255 or 61.13% from 355); Green value is 58 (23.05% from 255 or 16.34% from 355); Blue value is 80 (31.64% from 255 or 22.54% from 355); Max value from RGB is 217 - color contains mainly: red. Hex color #D93A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93A50 is #26C5AF. Grayscale: #6C6C6C. Windows color (decimal): -2540976 or 5257945. OLE color: 5257945.

HSL color Cylindrical-coordinate representation of color #D93A50: hue angle of 351.7º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D93A50 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 58 80 -
CMYK 0 0.73 0.63 0.15
HSL 351.7º 0.68% 0.54% -
HSV(B) 351.7º 0.73% 0.85% -
XYZ 31.58 18.36 9.47 -
YUV 108.05 112.18 205.71 -
System Red Green Blue C M Y K H S L
Decimal 217 58 80 0 0.73 0.63 0.15 351.7 0.68 0.54
Hex D9 3A 50 0 49 3F F 160 44 36
Octal 331 72 120 0 111 77 17 540 104 66
Binary 11011001 111010 1010000 0 1001001 111111 1111 101100000 1000100 110110

Color Harmonies of #D93A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93A50

Black with #D93A50

Text Example


Text Example

White with #D93A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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