Html Css Color HEX #D91394 Medium Violet Red

📋 copy color: '#D91394'

red 217 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #D91394

Tints of Medium Violet Red #D91394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.54%

R = 56.51%
G = 4.95%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D91394 (or 0xD91394) is known color: Medium Violet Red. HEX triplet: D9, 13 and 94. RGB value is (217,19,148). Sum of RGB (Red+Green+Blue) = 217+19+148=384 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.51% from 384); Green value is 19 (7.81% from 255 or 4.95% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 217 - color contains mainly: red. Hex color #D91394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91394 is #26EC6B. Grayscale: #5C5C5C. Windows color (decimal): -2550892 or 9704409. OLE color: 9704409.

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

Color convert

RGB 217 19 148 -
CMYK 0 0.91 0.32 0.15
HSL 320.91º 0.84% 0.46% -
HSV(B) 320.91º 0.91% 0.85% -
XYZ 34.19 17.36 29.56 -
YUV 92.91 159.1 216.51 -
System Red Green Blue C M Y K H S L
Decimal 217 19 148 0 0.91 0.32 0.15 320.91 0.84 0.46
Hex D9 13 94 0 5B 20 F 141 54 2E
Octal 331 23 224 0 133 40 17 501 124 56
Binary 11011001 10011 10010100 0 1011011 100000 1111 101000001 1010100 101110

Color Harmonies of #D91394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91394

Black with #D91394

Text Example


Text Example

White with #D91394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91394; }

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

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

background-color css

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

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

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

border-color css

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

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

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