Html Css Color HEX #D93155 Amaranth

📋 copy color: '#D93155'

red 217 ◦ green 49 ◦ blue 85

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

Shades of Amaranth #D93155

Tints of Amaranth #D93155

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.22%

R = 61.82%
G = 13.96%
B = 24.22%

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

#D93155 (or 0xD93155) is known color: Amaranth. HEX triplet: D9, 31 and 55. RGB value is (217,49,85). Sum of RGB (Red+Green+Blue) = 217+49+85=351 (46% of max value = 765). Red value is 217 (85.16% from 255 or 61.82% from 351); Green value is 49 (19.53% from 255 or 13.96% from 351); Blue value is 85 (33.59% from 255 or 24.22% from 351); Max value from RGB is 217 - color contains mainly: red. Hex color #D93155 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D93155 is #26CEAA. Grayscale: #676767. Windows color (decimal): -2543275 or 5583321. OLE color: 5583321.

HSL color Cylindrical-coordinate representation of color #D93155: hue angle of 347.14º 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 #D93155 is Cyan = 0, Magento = 0.77, Yellow = 0.61 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 49 85 -
CMYK 0 0.77 0.61 0.15
HSL 347.14º 0.69% 0.52% -
HSV(B) 347.14º 0.77% 0.85% -
XYZ 31.35 17.6 10.34 -
YUV 103.34 117.66 209.07 -
System Red Green Blue C M Y K H S L
Decimal 217 49 85 0 0.77 0.61 0.15 347.14 0.69 0.52
Hex D9 31 55 0 4D 3D F 15B 45 34
Octal 331 61 125 0 115 75 17 533 105 64
Binary 11011001 110001 1010101 0 1001101 111101 1111 101011011 1000101 110100

Color Harmonies of #D93155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D93155

Black with #D93155

Text Example


Text Example

White with #D93155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D93155; }

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

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

background-color css

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

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

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

border-color css

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

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

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