Html Css Color HEX #D81994 Medium Violet Red

📋 copy color: '#D81994'

red 216 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #D81994

Tints of Medium Violet Red #D81994

RGB

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

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

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

R = 55.53%
G = 6.43%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D81994 (or 0xD81994) is known color: Medium Violet Red. HEX triplet: D8, 19 and 94. RGB value is (216,25,148). Sum of RGB (Red+Green+Blue) = 216+25+148=389 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.53% from 389); Green value is 25 (10.16% from 255 or 6.43% from 389); Blue value is 148 (58.20% from 255 or 38.05% from 389); Max value from RGB is 216 - color contains mainly: red. Hex color #D81994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81994 is #27E66B. Grayscale: #5F5F5F. Windows color (decimal): -2614892 or 9705944. OLE color: 9705944.

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

Color convert

RGB 216 25 148 -
CMYK 0 0.88 0.31 0.15
HSL 321.36º 0.79% 0.47% -
HSV(B) 321.36º 0.88% 0.85% -
XYZ 34.01 17.43 29.59 -
YUV 96.13 157.28 213.5 -
System Red Green Blue C M Y K H S L
Decimal 216 25 148 0 0.88 0.31 0.15 321.36 0.79 0.47
Hex D8 19 94 0 58 1F F 141 4F 2F
Octal 330 31 224 0 130 37 17 501 117 57
Binary 11011000 11001 10010100 0 1011000 11111 1111 101000001 1001111 101111

Color Harmonies of #D81994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81994

Black with #D81994

Text Example


Text Example

White with #D81994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81994; }

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

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

background-color css

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

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

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

border-color css

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

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

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