Html Css Color HEX #D92358 Amaranth

📋 copy color: '#D92358'

red 217 ◦ green 35 ◦ blue 88

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

Shades of Amaranth #D92358

Tints of Amaranth #D92358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.29%

 BLUE value IS 88 (34.77% from 255) = 25.88%

R = 63.82%
G = 10.29%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.15

RGB Variations

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

Color information

#D92358 (or 0xD92358) is known color: Amaranth. HEX triplet: D9, 23 and 58. RGB value is (217,35,88). Sum of RGB (Red+Green+Blue) = 217+35+88=340 (45% of max value = 765). Red value is 217 (85.16% from 255 or 63.82% from 340); Green value is 35 (14.06% from 255 or 10.29% from 340); Blue value is 88 (34.77% from 255 or 25.88% from 340); Max value from RGB is 217 - color contains mainly: red. Hex color #D92358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D92358 is #26DCA7. Grayscale: #5F5F5F. Windows color (decimal): -2546856 or 5776345. OLE color: 5776345.

HSL color Cylindrical-coordinate representation of color #D92358: hue angle of 342.53º degrees, saturation: 0.72, 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 #D92358 is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 35 88 -
CMYK 0 0.84 0.59 0.15
HSL 342.53º 0.72% 0.49% -
HSV(B) 342.53º 0.84% 0.85% -
XYZ 30.98 16.66 10.82 -
YUV 95.46 123.8 214.69 -
System Red Green Blue C M Y K H S L
Decimal 217 35 88 0 0.84 0.59 0.15 342.53 0.72 0.49
Hex D9 23 58 0 54 3B F 157 48 31
Octal 331 43 130 0 124 73 17 527 110 61
Binary 11011001 100011 1011000 0 1010100 111011 1111 101010111 1001000 110001

Color Harmonies of #D92358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D92358

Black with #D92358

Text Example


Text Example

White with #D92358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D92358; }

 p { color: rgb(217,35,88); }

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

background-color css

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

 a { background-color: rgb(217,35,88); }

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

border-color css

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

 span { border-color: rgb(217,35,88); }

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