Html Css Color HEX #D92556 Amaranth

📋 copy color: '#D92556'

red 217 ◦ green 37 ◦ blue 86

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

Shades of Amaranth #D92556

Tints of Amaranth #D92556

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.88%

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

R = 63.82%
G = 10.88%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.15

RGB Variations

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

Color information

#D92556 (or 0xD92556) is known color: Amaranth. HEX triplet: D9, 25 and 56. RGB value is (217,37,86). Sum of RGB (Red+Green+Blue) = 217+37+86=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 86 (33.98% from 255 or 25.29% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D92556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92556 is #26DAA9. Grayscale: #606060. Windows color (decimal): -2546346 or 5645785. OLE color: 5645785.

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

Color convert

RGB 217 37 86 -
CMYK 0 0.83 0.60 0.15
HSL 343.67º 0.71% 0.5% -
HSV(B) 343.67º 0.83% 0.85% -
XYZ 30.96 16.75 10.4 -
YUV 96.41 122.13 214.02 -
System Red Green Blue C M Y K H S L
Decimal 217 37 86 0 0.83 0.60 0.15 343.67 0.71 0.5
Hex D9 25 56 0 53 3C F 158 47 32
Octal 331 45 126 0 123 74 17 530 107 62
Binary 11011001 100101 1010110 0 1010011 111100 1111 101011000 1000111 110010

Color Harmonies of #D92556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92556

Black with #D92556

Text Example


Text Example

White with #D92556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92556; }

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

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

background-color css

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

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

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

border-color css

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

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

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