Html Css Color HEX #D91980 Medium Violet Red

📋 copy color: '#D91980'

red 217 ◦ green 25 ◦ blue 128

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

Shades of Medium Violet Red #D91980

Tints of Medium Violet Red #D91980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.59%

R = 58.65%
G = 6.76%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D91980 (or 0xD91980) is known color: Medium Violet Red. HEX triplet: D9, 19 and 80. RGB value is (217,25,128). Sum of RGB (Red+Green+Blue) = 217+25+128=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 128 (50.39% from 255 or 34.59% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D91980 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91980 is #26E67F. Grayscale: #5D5D5D. Windows color (decimal): -2549376 or 8395225. OLE color: 8395225.

HSL color Cylindrical-coordinate representation of color #D91980: hue angle of 327.81º 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 #D91980 is Cyan = 0, Magento = 0.88, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 128 -
CMYK 0 0.88 0.41 0.15
HSL 327.81º 0.79% 0.47% -
HSV(B) 327.81º 0.88% 0.85% -
XYZ 32.86 17.01 21.97 -
YUV 94.15 147.11 215.62 -
System Red Green Blue C M Y K H S L
Decimal 217 25 128 0 0.88 0.41 0.15 327.81 0.79 0.47
Hex D9 19 80 0 58 29 F 148 4F 2F
Octal 331 31 200 0 130 51 17 510 117 57
Binary 11011001 11001 10000000 0 1011000 101001 1111 101001000 1001111 101111

Color Harmonies of #D91980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91980

Black with #D91980

Text Example


Text Example

White with #D91980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91980; }

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

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

background-color css

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

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

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

border-color css

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

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

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