Html Css Color HEX #D91994 Medium Violet Red

📋 copy color: '#D91994'

red 217 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #D91994

Tints of Medium Violet Red #D91994

RGB

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

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

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

R = 55.64%
G = 6.41%
B = 37.95%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D91994 (or 0xD91994) is known color: Medium Violet Red. HEX triplet: D9, 19 and 94. RGB value is (217,25,148). Sum of RGB (Red+Green+Blue) = 217+25+148=390 (51% of max value = 765). Red value is 217 (85.16% from 255 or 55.64% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 217 - color contains mainly: red. Hex color #D91994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91994 is #26E66B. Grayscale: #606060. Windows color (decimal): -2549356 or 9705945. OLE color: 9705945.

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

Color convert

RGB 217 25 148 -
CMYK 0 0.88 0.32 0.15
HSL 321.56º 0.79% 0.47% -
HSV(B) 321.56º 0.88% 0.85% -
XYZ 34.31 17.59 29.6 -
YUV 96.43 157.11 214 -
System Red Green Blue C M Y K H S L
Decimal 217 25 148 0 0.88 0.32 0.15 321.56 0.79 0.47
Hex D9 19 94 0 58 20 F 142 4F 2F
Octal 331 31 224 0 130 40 17 502 117 57
Binary 11011001 11001 10010100 0 1011000 100000 1111 101000010 1001111 101111

Color Harmonies of #D91994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91994

Black with #D91994

Text Example


Text Example

White with #D91994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91994; }

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

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

background-color css

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

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

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

border-color css

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

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

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