Html Css Color HEX #D81486 Medium Violet Red

📋 copy color: '#D81486'

red 216 ◦ green 20 ◦ blue 134

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

Shades of Medium Violet Red #D81486

Tints of Medium Violet Red #D81486

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.41%

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

R = 58.38%
G = 5.41%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D81486 (or 0xD81486) is known color: Medium Violet Red. HEX triplet: D8, 14 and 86. RGB value is (216,20,134). Sum of RGB (Red+Green+Blue) = 216+20+134=370 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.38% from 370); Green value is 20 (8.20% from 255 or 5.41% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 216 - color contains mainly: red. Hex color #D81486 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81486 is #27EB79. Grayscale: #5B5B5B. Windows color (decimal): -2616186 or 8787160. OLE color: 8787160.

HSL color Cylindrical-coordinate representation of color #D81486: hue angle of 325.1º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81486 is Cyan = 0, Magento = 0.91, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 20 134 -
CMYK 0 0.91 0.38 0.15
HSL 325.1º 0.83% 0.46% -
HSV(B) 325.1º 0.91% 0.85% -
XYZ 32.87 16.82 24.07 -
YUV 91.6 151.93 216.73 -
System Red Green Blue C M Y K H S L
Decimal 216 20 134 0 0.91 0.38 0.15 325.1 0.83 0.46
Hex D8 14 86 0 5B 26 F 145 53 2E
Octal 330 24 206 0 133 46 17 505 123 56
Binary 11011000 10100 10000110 0 1011011 100110 1111 101000101 1010011 101110

Color Harmonies of #D81486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81486

Black with #D81486

Text Example


Text Example

White with #D81486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81486; }

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

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

background-color css

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

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

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

border-color css

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

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

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