Html Css Color HEX #D92255 Amaranth

📋 copy color: '#D92255'

red 217 ◦ green 34 ◦ blue 85

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

Shades of Amaranth #D92255

Tints of Amaranth #D92255

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.12%

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

R = 64.58%
G = 10.12%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.15

RGB Variations

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

Color information

#D92255 (or 0xD92255) is known color: Amaranth. HEX triplet: D9, 22 and 55. RGB value is (217,34,85). Sum of RGB (Red+Green+Blue) = 217+34+85=336 (44% of max value = 765). Red value is 217 (85.16% from 255 or 64.58% from 336); Green value is 34 (13.67% from 255 or 10.12% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 217 - color contains mainly: red. Hex color #D92255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92255 is #26DDAA. Grayscale: #5E5E5E. Windows color (decimal): -2547115 or 5579481. OLE color: 5579481.

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

Color convert

RGB 217 34 85 -
CMYK 0 0.84 0.61 0.15
HSL 343.28º 0.73% 0.49% -
HSV(B) 343.28º 0.84% 0.85% -
XYZ 30.83 16.55 10.16 -
YUV 94.53 122.63 215.35 -
System Red Green Blue C M Y K H S L
Decimal 217 34 85 0 0.84 0.61 0.15 343.28 0.73 0.49
Hex D9 22 55 0 54 3D F 157 49 31
Octal 331 42 125 0 124 75 17 527 111 61
Binary 11011001 100010 1010101 0 1010100 111101 1111 101010111 1001001 110001

Color Harmonies of #D92255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92255

Black with #D92255

Text Example


Text Example

White with #D92255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92255; }

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

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

background-color css

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

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

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

border-color css

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

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

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