Html Css Color HEX #D91094 Medium Violet Red

📋 copy color: '#D91094'

red 217 ◦ green 16 ◦ blue 148

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

Shades of Medium Violet Red #D91094

Tints of Medium Violet Red #D91094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.2%

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

R = 56.96%
G = 4.2%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D91094 (or 0xD91094) is known color: Medium Violet Red. HEX triplet: D9, 10 and 94. RGB value is (217,16,148). Sum of RGB (Red+Green+Blue) = 217+16+148=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D91094 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D91094 is #26EF6B. Grayscale: #5A5A5A. Windows color (decimal): -2551660 or 9703641. OLE color: 9703641.

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

Color convert

RGB 217 16 148 -
CMYK 0 0.93 0.32 0.15
HSL 320.6º 0.86% 0.46% -
HSV(B) 320.6º 0.93% 0.85% -
XYZ 34.15 17.26 29.55 -
YUV 91.15 160.09 217.77 -
System Red Green Blue C M Y K H S L
Decimal 217 16 148 0 0.93 0.32 0.15 320.6 0.86 0.46
Hex D9 10 94 0 5D 20 F 141 56 2E
Octal 331 20 224 0 135 40 17 501 126 56
Binary 11011001 10000 10010100 0 1011101 100000 1111 101000001 1010110 101110

Color Harmonies of #D91094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D91094

Black with #D91094

Text Example


Text Example

White with #D91094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D91094; }

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

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

background-color css

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

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

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

border-color css

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

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

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