Html Css Color HEX #D91498 Medium Violet Red

📋 copy color: '#D91498'

red 217 ◦ green 20 ◦ blue 152

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

Shades of Medium Violet Red #D91498

Tints of Medium Violet Red #D91498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.14%

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

R = 55.78%
G = 5.14%
B = 39.07%

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

#D91498 (or 0xD91498) is known color: Medium Violet Red. HEX triplet: D9, 14 and 98. RGB value is (217,20,152). Sum of RGB (Red+Green+Blue) = 217+20+152=389 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.78% from 389); Green value is 20 (8.20% from 255 or 5.14% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 217 - color contains mainly: red. Hex color #D91498 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91498 is #26EB67. Grayscale: #5D5D5D. Windows color (decimal): -2550632 or 9966809. OLE color: 9966809.

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

Color convert

RGB 217 20 152 -
CMYK 0 0.91 0.30 0.15
HSL 319.8º 0.83% 0.46% -
HSV(B) 319.8º 0.91% 0.85% -
XYZ 34.53 17.52 31.27 -
YUV 93.95 160.77 215.77 -
System Red Green Blue C M Y K H S L
Decimal 217 20 152 0 0.91 0.30 0.15 319.8 0.83 0.46
Hex D9 14 98 0 5B 1E F 140 53 2E
Octal 331 24 230 0 133 36 17 500 123 56
Binary 11011001 10100 10011000 0 1011011 11110 1111 101000000 1010011 101110

Color Harmonies of #D91498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91498

Black with #D91498

Text Example


Text Example

White with #D91498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91498; }

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

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

background-color css

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

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

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

border-color css

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

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

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