Html Css Color HEX #D92857 Amaranth

📋 copy color: '#D92857'

red 217 ◦ green 40 ◦ blue 87

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

Shades of Amaranth #D92857

Tints of Amaranth #D92857

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.63%

 BLUE value IS 87 (34.38% from 255) = 25.29%

R = 63.08%
G = 11.63%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D92857 (or 0xD92857) is known color: Amaranth. HEX triplet: D9, 28 and 57. RGB value is (217,40,87). Sum of RGB (Red+Green+Blue) = 217+40+87=344 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.08% from 344); Green value is 40 (16.02% from 255 or 11.63% from 344); Blue value is 87 (34.38% from 255 or 25.29% from 344); Max value from RGB is 217 - color contains mainly: red. Hex color #D92857 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92857 is #26D7A8. Grayscale: #626262. Windows color (decimal): -2545577 or 5712089. OLE color: 5712089.

HSL color Cylindrical-coordinate representation of color #D92857: hue angle of 344.07º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D92857 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 40 87 -
CMYK 0 0.82 0.60 0.15
HSL 344.07º 0.7% 0.5% -
HSV(B) 344.07º 0.82% 0.85% -
XYZ 31.09 16.96 10.65 -
YUV 98.28 121.64 212.68 -
System Red Green Blue C M Y K H S L
Decimal 217 40 87 0 0.82 0.60 0.15 344.07 0.7 0.5
Hex D9 28 57 0 52 3C F 158 46 32
Octal 331 50 127 0 122 74 17 530 106 62
Binary 11011001 101000 1010111 0 1010010 111100 1111 101011000 1000110 110010

Color Harmonies of #D92857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92857

Black with #D92857

Text Example


Text Example

White with #D92857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92857; }

 p { color: rgb(217,40,87); }

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

background-color css

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

 a { background-color: rgb(217,40,87); }

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

border-color css

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

 span { border-color: rgb(217,40,87); }

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