Html Css Color HEX #D93154 Amaranth

📋 copy color: '#D93154'

red 217 ◦ green 49 ◦ blue 84

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

Shades of Amaranth #D93154

Tints of Amaranth #D93154

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14%

 BLUE value IS 84 (33.2% from 255) = 24%

R = 62%
G = 14%
B = 24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D93154 (or 0xD93154) is known color: Amaranth. HEX triplet: D9, 31 and 54. RGB value is (217,49,84). Sum of RGB (Red+Green+Blue) = 217+49+84=350 (46% of max value = 765). Red value is 217 (85.16% from 255 or 62% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 217 - color contains mainly: red. Hex color #D93154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93154 is #26CEAB. Grayscale: #676767. Windows color (decimal): -2543276 or 5517785. OLE color: 5517785.

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

Color convert

RGB 217 49 84 -
CMYK 0 0.77 0.61 0.15
HSL 347.5º 0.69% 0.52% -
HSV(B) 347.5º 0.77% 0.85% -
XYZ 31.31 17.59 10.13 -
YUV 103.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 217 49 84 0 0.77 0.61 0.15 347.5 0.69 0.52
Hex D9 31 54 0 4D 3D F 15C 45 34
Octal 331 61 124 0 115 75 17 534 105 64
Binary 11011001 110001 1010100 0 1001101 111101 1111 101011100 1000101 110100

Color Harmonies of #D93154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93154

Black with #D93154

Text Example


Text Example

White with #D93154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93154; }

 p { color: rgb(217,49,84); }

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

background-color css

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

 a { background-color: rgb(217,49,84); }

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

border-color css

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

 span { border-color: rgb(217,49,84); }

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