Html Css Color HEX #D91981 Medium Violet Red

📋 copy color: '#D91981'

red 217 ◦ green 25 ◦ blue 129

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

Shades of Medium Violet Red #D91981

Tints of Medium Violet Red #D91981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.77%

R = 58.49%
G = 6.74%
B = 34.77%

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

#D91981 (or 0xD91981) is known color: Medium Violet Red. HEX triplet: D9, 19 and 81. RGB value is (217,25,129). Sum of RGB (Red+Green+Blue) = 217+25+129=371 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.49% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 129 (50.78% from 255 or 34.77% from 371); Max value from RGB is 217 - color contains mainly: red. Hex color #D91981 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91981 is #26E67E. Grayscale: #5E5E5E. Windows color (decimal): -2549375 or 8460761. OLE color: 8460761.

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

Color convert

RGB 217 25 129 -
CMYK 0 0.88 0.41 0.15
HSL 327.5º 0.79% 0.47% -
HSV(B) 327.5º 0.88% 0.85% -
XYZ 32.93 17.03 22.32 -
YUV 94.26 147.61 215.54 -
System Red Green Blue C M Y K H S L
Decimal 217 25 129 0 0.88 0.41 0.15 327.5 0.79 0.47
Hex D9 19 81 0 58 29 F 148 4F 2F
Octal 331 31 201 0 130 51 17 510 117 57
Binary 11011001 11001 10000001 0 1011000 101001 1111 101001000 1001111 101111

Color Harmonies of #D91981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91981

Black with #D91981

Text Example


Text Example

White with #D91981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91981; }

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

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

background-color css

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

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

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

border-color css

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

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

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