Html Css Color HEX #D81198 Medium Violet Red

📋 copy color: '#D81198'

red 216 ◦ green 17 ◦ blue 152

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

Shades of Medium Violet Red #D81198

Tints of Medium Violet Red #D81198

RGB

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

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

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

R = 56.1%
G = 4.42%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D81198 (or 0xD81198) is known color: Medium Violet Red. HEX triplet: D8, 11 and 98. RGB value is (216,17,152). Sum of RGB (Red+Green+Blue) = 216+17+152=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D81198 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81198 is #27EE67. Grayscale: #5B5B5B. Windows color (decimal): -2616936 or 9966040. OLE color: 9966040.

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

Color convert

RGB 216 17 152 -
CMYK 0 0.92 0.30 0.15
HSL 319.3º 0.85% 0.46% -
HSV(B) 319.3º 0.92% 0.85% -
XYZ 34.19 17.27 31.24 -
YUV 91.89 161.93 216.52 -
System Red Green Blue C M Y K H S L
Decimal 216 17 152 0 0.92 0.30 0.15 319.3 0.85 0.46
Hex D8 11 98 0 5C 1E F 13F 55 2E
Octal 330 21 230 0 134 36 17 477 125 56
Binary 11011000 10001 10011000 0 1011100 11110 1111 100111111 1010101 101110

Color Harmonies of #D81198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81198

Black with #D81198

Text Example


Text Example

White with #D81198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81198; }

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

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

background-color css

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

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

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

border-color css

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

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

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