Html Css Color HEX #D91398 Medium Violet Red

📋 copy color: '#D91398'

red 217 ◦ green 19 ◦ blue 152

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

Shades of Medium Violet Red #D91398

Tints of Medium Violet Red #D91398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.18%

R = 55.93%
G = 4.9%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D91398 (or 0xD91398) is known color: Medium Violet Red. HEX triplet: D9, 13 and 98. RGB value is (217,19,152). Sum of RGB (Red+Green+Blue) = 217+19+152=388 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.93% from 388); Green value is 19 (7.81% from 255 or 4.90% from 388); Blue value is 152 (59.77% from 255 or 39.18% from 388); Max value from RGB is 217 - color contains mainly: red. Hex color #D91398 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91398 is #26EC67. Grayscale: #5D5D5D. Windows color (decimal): -2550888 or 9966553. OLE color: 9966553.

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

Color convert

RGB 217 19 152 -
CMYK 0 0.91 0.30 0.15
HSL 319.7º 0.84% 0.46% -
HSV(B) 319.7º 0.91% 0.85% -
XYZ 34.52 17.48 31.26 -
YUV 93.36 161.1 216.19 -
System Red Green Blue C M Y K H S L
Decimal 217 19 152 0 0.91 0.30 0.15 319.7 0.84 0.46
Hex D9 13 98 0 5B 1E F 140 54 2E
Octal 331 23 230 0 133 36 17 500 124 56
Binary 11011001 10011 10011000 0 1011011 11110 1111 101000000 1010100 101110

Color Harmonies of #D91398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91398

Black with #D91398

Text Example


Text Example

White with #D91398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91398; }

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

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

background-color css

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

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

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

border-color css

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

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

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