Html Css Color HEX #D81996 Medium Violet Red

📋 copy color: '#D81996'

red 216 ◦ green 25 ◦ blue 150

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

Shades of Medium Violet Red #D81996

Tints of Medium Violet Red #D81996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 38.36%

R = 55.24%
G = 6.39%
B = 38.36%

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

#D81996 (or 0xD81996) is known color: Medium Violet Red. HEX triplet: D8, 19 and 96. RGB value is (216,25,150). Sum of RGB (Red+Green+Blue) = 216+25+150=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 25 (10.16% from 255 or 6.39% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D81996 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81996 is #27E669. Grayscale: #606060. Windows color (decimal): -2614890 or 9837016. OLE color: 9837016.

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

Color convert

RGB 216 25 150 -
CMYK 0 0.88 0.31 0.15
HSL 320.73º 0.79% 0.47% -
HSV(B) 320.73º 0.88% 0.85% -
XYZ 34.17 17.5 30.43 -
YUV 96.36 158.28 213.34 -
System Red Green Blue C M Y K H S L
Decimal 216 25 150 0 0.88 0.31 0.15 320.73 0.79 0.47
Hex D8 19 96 0 58 1F F 141 4F 2F
Octal 330 31 226 0 130 37 17 501 117 57
Binary 11011000 11001 10010110 0 1011000 11111 1111 101000001 1001111 101111

Color Harmonies of #D81996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81996

Black with #D81996

Text Example


Text Example

White with #D81996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81996; }

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

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

background-color css

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

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

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

border-color css

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

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

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