Html Css Color HEX #D81DA1 Medium Violet Red

📋 copy color: '#D81DA1'

red 216 ◦ green 29 ◦ blue 161

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

Shades of Medium Violet Red #D81DA1

Tints of Medium Violet Red #D81DA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.66%

R = 53.2%
G = 7.14%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.25

 K value IS 0.15

RGB Variations

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

Color information

#D81DA1 (or 0xD81DA1) is known color: Medium Violet Red. HEX triplet: D8, 1D and A1. RGB value is (216,29,161). Sum of RGB (Red+Green+Blue) = 216+29+161=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 161 (63.28% from 255 or 39.66% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81DA1 is #27E25E. Grayscale: #636363. Windows color (decimal): -2613855 or 10558936. OLE color: 10558936.

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

Color convert

RGB 216 29 161 -
CMYK 0 0.87 0.25 0.15
HSL 317.65º 0.76% 0.48% -
HSV(B) 317.65º 0.87% 0.85% -
XYZ 35.19 18.05 35.35 -
YUV 99.96 162.45 210.77 -
System Red Green Blue C M Y K H S L
Decimal 216 29 161 0 0.87 0.25 0.15 317.65 0.76 0.48
Hex D8 1D A1 0 57 19 F 13E 4C 30
Octal 330 35 241 0 127 31 17 476 114 60
Binary 11011000 11101 10100001 0 1010111 11001 1111 100111110 1001100 110000

Color Harmonies of #D81DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81DA1

Black with #D81DA1

Text Example


Text Example

White with #D81DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81DA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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