Html Css Color HEX #D81DA6 Medium Violet Red

📋 copy color: '#D81DA6'

red 216 ◦ green 29 ◦ blue 166

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

Shades of Medium Violet Red #D81DA6

Tints of Medium Violet Red #D81DA6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.06%

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

R = 52.55%
G = 7.06%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D81DA6 (or 0xD81DA6) is known color: Medium Violet Red. HEX triplet: D8, 1D and A6. RGB value is (216,29,166). Sum of RGB (Red+Green+Blue) = 216+29+166=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 29 (11.72% from 255 or 7.06% from 411); Blue value is 166 (65.23% from 255 or 40.39% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DA6 is #27E259. Grayscale: #646464. Windows color (decimal): -2613850 or 10886616. OLE color: 10886616.

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

Color convert

RGB 216 29 166 -
CMYK 0 0.87 0.23 0.15
HSL 316.04º 0.76% 0.48% -
HSV(B) 316.04º 0.87% 0.85% -
XYZ 35.64 18.23 37.72 -
YUV 100.53 164.95 210.36 -
System Red Green Blue C M Y K H S L
Decimal 216 29 166 0 0.87 0.23 0.15 316.04 0.76 0.48
Hex D8 1D A6 0 57 17 F 13C 4C 30
Octal 330 35 246 0 127 27 17 474 114 60
Binary 11011000 11101 10100110 0 1010111 10111 1111 100111100 1001100 110000

Color Harmonies of #D81DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81DA6

Black with #D81DA6

Text Example


Text Example

White with #D81DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81DA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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