Html Css Color HEX #D81193 Medium Violet Red

📋 copy color: '#D81193'

red 216 ◦ green 17 ◦ blue 147

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

Shades of Medium Violet Red #D81193

Tints of Medium Violet Red #D81193

RGB

 RED value IS 216 (84.77% from 255) = 56.84%

 GREEN value IS 17 (7.03% from 255) = 4.47%

 BLUE value IS 147 (57.81% from 255) = 38.68%

R = 56.84%
G = 4.47%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D81193 (or 0xD81193) is known color: Medium Violet Red. HEX triplet: D8, 11 and 93. RGB value is (216,17,147). Sum of RGB (Red+Green+Blue) = 216+17+147=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 147 (57.81% from 255 or 38.68% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D81193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81193 is #27EE6C. Grayscale: #5B5B5B. Windows color (decimal): -2616941 or 9638360. OLE color: 9638360.

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

Color convert

RGB 216 17 147 -
CMYK 0 0.92 0.32 0.15
HSL 320.8º 0.85% 0.46% -
HSV(B) 320.8º 0.92% 0.85% -
XYZ 33.79 17.11 29.12 -
YUV 91.32 159.43 216.93 -
System Red Green Blue C M Y K H S L
Decimal 216 17 147 0 0.92 0.32 0.15 320.8 0.85 0.46
Hex D8 11 93 0 5C 20 F 141 55 2E
Octal 330 21 223 0 134 40 17 501 125 56
Binary 11011000 10001 10010011 0 1011100 100000 1111 101000001 1010101 101110

Color Harmonies of #D81193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81193

Black with #D81193

Text Example


Text Example

White with #D81193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81193; }

 p { color: rgb(216,17,147); }

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

background-color css

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

 a { background-color: rgb(216,17,147); }

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

border-color css

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

 span { border-color: rgb(216,17,147); }

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