Html Css Color HEX #D92B56 Amaranth

📋 copy color: '#D92B56'

red 217 ◦ green 43 ◦ blue 86

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

Shades of Amaranth #D92B56

Tints of Amaranth #D92B56

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.43%

 BLUE value IS 86 (33.98% from 255) = 24.86%

R = 62.72%
G = 12.43%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D92B56 (or 0xD92B56) is known color: Amaranth. HEX triplet: D9, 2B and 56. RGB value is (217,43,86). Sum of RGB (Red+Green+Blue) = 217+43+86=346 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.72% from 346); Green value is 43 (17.19% from 255 or 12.43% from 346); Blue value is 86 (33.98% from 255 or 24.86% from 346); Max value from RGB is 217 - color contains mainly: red. Hex color #D92B56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92B56 is #26D4A9. Grayscale: #636363. Windows color (decimal): -2544810 or 5647321. OLE color: 5647321.

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

Color convert

RGB 217 43 86 -
CMYK 0 0.80 0.60 0.15
HSL 345.17º 0.7% 0.51% -
HSV(B) 345.17º 0.8% 0.85% -
XYZ 31.16 17.15 10.47 -
YUV 99.93 120.15 211.5 -
System Red Green Blue C M Y K H S L
Decimal 217 43 86 0 0.80 0.60 0.15 345.17 0.7 0.51
Hex D9 2B 56 0 50 3C F 159 46 33
Octal 331 53 126 0 120 74 17 531 106 63
Binary 11011001 101011 1010110 0 1010000 111100 1111 101011001 1000110 110011

Color Harmonies of #D92B56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92B56

Black with #D92B56

Text Example


Text Example

White with #D92B56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92B56; }

 p { color: rgb(217,43,86); }

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

background-color css

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

 a { background-color: rgb(217,43,86); }

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

border-color css

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

 span { border-color: rgb(217,43,86); }

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