Html Css Color HEX #D91977 Medium Violet Red

📋 copy color: '#D91977'

red 217 ◦ green 25 ◦ blue 119

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

Shades of Medium Violet Red #D91977

Tints of Medium Violet Red #D91977

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.93%

 BLUE value IS 119 (46.88% from 255) = 32.96%

R = 60.11%
G = 6.93%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D91977 (or 0xD91977) is known color: Medium Violet Red. HEX triplet: D9, 19 and 77. RGB value is (217,25,119). Sum of RGB (Red+Green+Blue) = 217+25+119=361 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.11% from 361); Green value is 25 (10.16% from 255 or 6.93% from 361); Blue value is 119 (46.88% from 255 or 32.96% from 361); Max value from RGB is 217 - color contains mainly: red. Hex color #D91977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D91977 is #26E688. Grayscale: #5C5C5C. Windows color (decimal): -2549385 or 7805401. OLE color: 7805401.

HSL color Cylindrical-coordinate representation of color #D91977: hue angle of 330.62º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D91977 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 119 -
CMYK 0 0.88 0.45 0.15
HSL 330.63º 0.79% 0.47% -
HSV(B) 330.63º 0.88% 0.85% -
XYZ 32.29 16.78 18.99 -
YUV 93.12 142.61 216.36 -
System Red Green Blue C M Y K H S L
Decimal 217 25 119 0 0.88 0.45 0.15 330.63 0.79 0.47
Hex D9 19 77 0 58 2D F 14B 4F 2F
Octal 331 31 167 0 130 55 17 513 117 57
Binary 11011001 11001 1110111 0 1011000 101101 1111 101001011 1001111 101111

Color Harmonies of #D91977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91977

Black with #D91977

Text Example


Text Example

White with #D91977

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91977; }

 p { color: rgb(217,25,119); }

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

background-color css

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

 a { background-color: rgb(217,25,119); }

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

border-color css

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

 span { border-color: rgb(217,25,119); }

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