Html Css Color HEX #D81586 Medium Violet Red

📋 copy color: '#D81586'

red 216 ◦ green 21 ◦ blue 134

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

Shades of Medium Violet Red #D81586

Tints of Medium Violet Red #D81586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.12%

R = 58.22%
G = 5.66%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D81586 (or 0xD81586) is known color: Medium Violet Red. HEX triplet: D8, 15 and 86. RGB value is (216,21,134). Sum of RGB (Red+Green+Blue) = 216+21+134=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 21 (8.59% from 255 or 5.66% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D81586 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81586 is #27EA79. Grayscale: #5B5B5B. Windows color (decimal): -2615930 or 8787416. OLE color: 8787416.

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

Color convert

RGB 216 21 134 -
CMYK 0 0.90 0.38 0.15
HSL 325.23º 0.82% 0.46% -
HSV(B) 325.23º 0.9% 0.85% -
XYZ 32.89 16.86 24.07 -
YUV 92.19 151.6 216.31 -
System Red Green Blue C M Y K H S L
Decimal 216 21 134 0 0.90 0.38 0.15 325.23 0.82 0.46
Hex D8 15 86 0 5A 26 F 145 52 2E
Octal 330 25 206 0 132 46 17 505 122 56
Binary 11011000 10101 10000110 0 1011010 100110 1111 101000101 1010010 101110

Color Harmonies of #D81586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81586

Black with #D81586

Text Example


Text Example

White with #D81586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81586; }

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

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

background-color css

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

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

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

border-color css

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

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

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