Html Css Color HEX #D81296 Medium Violet Red

📋 copy color: '#D81296'

red 216 ◦ green 18 ◦ blue 150

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

Shades of Medium Violet Red #D81296

Tints of Medium Violet Red #D81296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.69%

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

R = 56.25%
G = 4.69%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D81296 (or 0xD81296) is known color: Medium Violet Red. HEX triplet: D8, 12 and 96. RGB value is (216,18,150). Sum of RGB (Red+Green+Blue) = 216+18+150=384 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.25% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 150 (58.98% from 255 or 39.06% from 384); Max value from RGB is 216 - color contains mainly: red. Hex color #D81296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81296 is #27ED69. Grayscale: #5B5B5B. Windows color (decimal): -2616682 or 9835224. OLE color: 9835224.

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

Color convert

RGB 216 18 150 -
CMYK 0 0.92 0.31 0.15
HSL 320º 0.85% 0.46% -
HSV(B) 320º 0.92% 0.85% -
XYZ 34.04 17.23 30.39 -
YUV 92.25 160.6 216.27 -
System Red Green Blue C M Y K H S L
Decimal 216 18 150 0 0.92 0.31 0.15 320 0.85 0.46
Hex D8 12 96 0 5C 1F F 140 55 2E
Octal 330 22 226 0 134 37 17 500 125 56
Binary 11011000 10010 10010110 0 1011100 11111 1111 101000000 1010101 101110

Color Harmonies of #D81296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81296

Black with #D81296

Text Example


Text Example

White with #D81296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81296; }

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

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

background-color css

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

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

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

border-color css

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

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

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