Html Css Color HEX #D81EA6 Medium Violet Red

📋 copy color: '#D81EA6'

red 216 ◦ green 30 ◦ blue 166

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

Shades of Medium Violet Red #D81EA6

Tints of Medium Violet Red #D81EA6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.28%

 BLUE value IS 166 (65.23% from 255) = 40.29%

R = 52.43%
G = 7.28%
B = 40.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D81EA6 (or 0xD81EA6) is known color: Medium Violet Red. HEX triplet: D8, 1E and A6. RGB value is (216,30,166). Sum of RGB (Red+Green+Blue) = 216+30+166=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 30 (12.11% from 255 or 7.28% from 412); Blue value is 166 (65.23% from 255 or 40.29% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D81EA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81EA6 is #27E159. Grayscale: #646464. Windows color (decimal): -2613594 or 10886872. OLE color: 10886872.

HSL color Cylindrical-coordinate representation of color #D81EA6: hue angle of 316.13º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81EA6 is Cyan = 0, Magento = 0.86, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 30 166 -
CMYK 0 0.86 0.23 0.15
HSL 316.13º 0.76% 0.48% -
HSV(B) 316.13º 0.86% 0.85% -
XYZ 35.67 18.28 37.73 -
YUV 101.12 164.62 209.94 -
System Red Green Blue C M Y K H S L
Decimal 216 30 166 0 0.86 0.23 0.15 316.13 0.76 0.48
Hex D8 1E A6 0 56 17 F 13C 4C 30
Octal 330 36 246 0 126 27 17 474 114 60
Binary 11011000 11110 10100110 0 1010110 10111 1111 100111100 1001100 110000

Color Harmonies of #D81EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81EA6

Black with #D81EA6

Text Example


Text Example

White with #D81EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81EA6; }

 p { color: rgb(216,30,166); }

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

background-color css

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

 a { background-color: rgb(216,30,166); }

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

border-color css

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

 span { border-color: rgb(216,30,166); }

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