Html Css Color HEX #D93051 Amaranth

📋 copy color: '#D93051'

red 217 ◦ green 48 ◦ blue 81

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

Shades of Amaranth #D93051

Tints of Amaranth #D93051

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.87%

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

R = 62.72%
G = 13.87%
B = 23.41%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#D93051 (or 0xD93051) is known color: Amaranth. HEX triplet: D9, 30 and 51. RGB value is (217,48,81). Sum of RGB (Red+Green+Blue) = 217+48+81=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 48 (19.14% from 255 or 13.87% from 346); Blue value is 81 (32.03% from 255 or 23.41% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D93051 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93051 is #26CFAE. Grayscale: #666666. Windows color (decimal): -2543535 or 5320921. OLE color: 5320921.

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

Color convert

RGB 217 48 81 -
CMYK 0 0.78 0.63 0.15
HSL 348.28º 0.69% 0.52% -
HSV(B) 348.28º 0.78% 0.85% -
XYZ 31.16 17.46 9.51 -
YUV 102.29 115.99 209.82 -
System Red Green Blue C M Y K H S L
Decimal 217 48 81 0 0.78 0.63 0.15 348.28 0.69 0.52
Hex D9 30 51 0 4E 3F F 15C 45 34
Octal 331 60 121 0 116 77 17 534 105 64
Binary 11011001 110000 1010001 0 1001110 111111 1111 101011100 1000101 110100

Color Harmonies of #D93051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93051

Black with #D93051

Text Example


Text Example

White with #D93051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93051; }

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

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

background-color css

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

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

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

border-color css

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

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

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