Html Css Color HEX #D81998 Medium Violet Red

📋 copy color: '#D81998'

red 216 ◦ green 25 ◦ blue 152

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

Shades of Medium Violet Red #D81998

Tints of Medium Violet Red #D81998

RGB

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

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

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

R = 54.96%
G = 6.36%
B = 38.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D81998 (or 0xD81998) is known color: Medium Violet Red. HEX triplet: D8, 19 and 98. RGB value is (216,25,152). Sum of RGB (Red+Green+Blue) = 216+25+152=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 25 (10.16% from 255 or 6.36% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D81998 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81998 is #27E667. Grayscale: #606060. Windows color (decimal): -2614888 or 9968088. OLE color: 9968088.

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

Color convert

RGB 216 25 152 -
CMYK 0 0.88 0.30 0.15
HSL 320.1º 0.79% 0.47% -
HSV(B) 320.1º 0.88% 0.85% -
XYZ 34.33 17.56 31.29 -
YUV 96.59 159.28 213.17 -
System Red Green Blue C M Y K H S L
Decimal 216 25 152 0 0.88 0.30 0.15 320.1 0.79 0.47
Hex D8 19 98 0 58 1E F 140 4F 2F
Octal 330 31 230 0 130 36 17 500 117 57
Binary 11011000 11001 10011000 0 1011000 11110 1111 101000000 1001111 101111

Color Harmonies of #D81998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81998

Black with #D81998

Text Example


Text Example

White with #D81998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81998; }

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

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

background-color css

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

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

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

border-color css

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

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

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