Html Css Color HEX #D81596 Medium Violet Red

📋 copy color: '#D81596'

red 216 ◦ green 21 ◦ blue 150

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

Shades of Medium Violet Red #D81596

Tints of Medium Violet Red #D81596

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.43%

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

R = 55.81%
G = 5.43%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D81596 (or 0xD81596) is known color: Medium Violet Red. HEX triplet: D8, 15 and 96. RGB value is (216,21,150). Sum of RGB (Red+Green+Blue) = 216+21+150=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 21 (8.59% from 255 or 5.43% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D81596 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81596 is #27EA69. Grayscale: #5D5D5D. Windows color (decimal): -2615914 or 9835992. OLE color: 9835992.

HSL color Cylindrical-coordinate representation of color #D81596: hue angle of 320.31º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81596 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 21 150 -
CMYK 0 0.90 0.31 0.15
HSL 320.31º 0.82% 0.46% -
HSV(B) 320.31º 0.9% 0.85% -
XYZ 34.09 17.34 30.4 -
YUV 94.01 159.6 215.01 -
System Red Green Blue C M Y K H S L
Decimal 216 21 150 0 0.90 0.31 0.15 320.31 0.82 0.46
Hex D8 15 96 0 5A 1F F 140 52 2E
Octal 330 25 226 0 132 37 17 500 122 56
Binary 11011000 10101 10010110 0 1011010 11111 1111 101000000 1010010 101110

Color Harmonies of #D81596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81596

Black with #D81596

Text Example


Text Example

White with #D81596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81596; }

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

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

background-color css

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

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

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

border-color css

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

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

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