Html Css Color HEX #D91386 Medium Violet Red

📋 copy color: '#D91386'

red 217 ◦ green 19 ◦ blue 134

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

Shades of Medium Violet Red #D91386

Tints of Medium Violet Red #D91386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.14%

 BLUE value IS 134 (52.73% from 255) = 36.22%

R = 58.65%
G = 5.14%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D91386 (or 0xD91386) is known color: Medium Violet Red. HEX triplet: D9, 13 and 86. RGB value is (217,19,134). Sum of RGB (Red+Green+Blue) = 217+19+134=370 (49% of max value = 765). Red value is 217 (85.16% from 255 or 58.65% from 370); Green value is 19 (7.81% from 255 or 5.14% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 217 - color contains mainly: red. Hex color #D91386 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91386 is #26EC79. Grayscale: #5B5B5B. Windows color (decimal): -2550906 or 8786905. OLE color: 8786905.

HSL color Cylindrical-coordinate representation of color #D91386: hue angle of 325.15º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D91386 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 134 -
CMYK 0 0.91 0.38 0.15
HSL 325.15º 0.84% 0.46% -
HSV(B) 325.15º 0.91% 0.85% -
XYZ 33.15 16.94 24.08 -
YUV 91.31 152.1 217.65 -
System Red Green Blue C M Y K H S L
Decimal 217 19 134 0 0.91 0.38 0.15 325.15 0.84 0.46
Hex D9 13 86 0 5B 26 F 145 54 2E
Octal 331 23 206 0 133 46 17 505 124 56
Binary 11011001 10011 10000110 0 1011011 100110 1111 101000101 1010100 101110

Color Harmonies of #D91386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91386

Black with #D91386

Text Example


Text Example

White with #D91386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91386; }

 p { color: rgb(217,19,134); }

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

background-color css

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

 a { background-color: rgb(217,19,134); }

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

border-color css

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

 span { border-color: rgb(217,19,134); }

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