Html Css Color HEX #D93351 Amaranth

📋 copy color: '#D93351'

red 217 ◦ green 51 ◦ blue 81

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

Shades of Amaranth #D93351

Tints of Amaranth #D93351

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

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

R = 62.18%
G = 14.61%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D93351 (or 0xD93351) is known color: Amaranth. HEX triplet: D9, 33 and 51. RGB value is (217,51,81). Sum of RGB (Red+Green+Blue) = 217+51+81=349 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62.18% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 81 (32.03% from 255 or 23.21% from 349); Max value from RGB is 217 - color contains mainly: red. Hex color #D93351 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93351 is #26CCAE. Grayscale: #686868. Windows color (decimal): -2542767 or 5321689. OLE color: 5321689.

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

Color convert

RGB 217 51 81 -
CMYK 0 0.76 0.63 0.15
HSL 349.16º 0.69% 0.53% -
HSV(B) 349.16º 0.76% 0.85% -
XYZ 31.28 17.71 9.55 -
YUV 104.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 217 51 81 0 0.76 0.63 0.15 349.16 0.69 0.53
Hex D9 33 51 0 4C 3F F 15D 45 35
Octal 331 63 121 0 114 77 17 535 105 65
Binary 11011001 110011 1010001 0 1001100 111111 1111 101011101 1000101 110101

Color Harmonies of #D93351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93351

Black with #D93351

Text Example


Text Example

White with #D93351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93351; }

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

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

background-color css

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

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

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

border-color css

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

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

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