Html Css Color HEX #D91982 Medium Violet Red

📋 copy color: '#D91982'

red 217 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #D91982

Tints of Medium Violet Red #D91982

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 34.95%

R = 58.33%
G = 6.72%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D91982 (or 0xD91982) is known color: Medium Violet Red. HEX triplet: D9, 19 and 82. RGB value is (217,25,130). Sum of RGB (Red+Green+Blue) = 217+25+130=372 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.33% from 372); Green value is 25 (10.16% from 255 or 6.72% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 217 - color contains mainly: red. Hex color #D91982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91982 is #26E67D. Grayscale: #5E5E5E. Windows color (decimal): -2549374 or 8526297. OLE color: 8526297.

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

Color convert

RGB 217 25 130 -
CMYK 0 0.88 0.40 0.15
HSL 327.19º 0.79% 0.47% -
HSV(B) 327.19º 0.88% 0.85% -
XYZ 32.99 17.06 22.67 -
YUV 94.38 148.11 215.46 -
System Red Green Blue C M Y K H S L
Decimal 217 25 130 0 0.88 0.40 0.15 327.19 0.79 0.47
Hex D9 19 82 0 58 28 F 147 4F 2F
Octal 331 31 202 0 130 50 17 507 117 57
Binary 11011001 11001 10000010 0 1011000 101000 1111 101000111 1001111 101111

Color Harmonies of #D91982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91982

Black with #D91982

Text Example


Text Example

White with #D91982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91982; }

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

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

background-color css

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

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

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

border-color css

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

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

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