Html Css Color HEX #D81BA6 Medium Violet Red

📋 copy color: '#D81BA6'

red 216 ◦ green 27 ◦ blue 166

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

Shades of Medium Violet Red #D81BA6

Tints of Medium Violet Red #D81BA6

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.6%

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

R = 52.81%
G = 6.6%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.23

 K value IS 0.15

RGB Variations

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

Color information

#D81BA6 (or 0xD81BA6) is known color: Medium Violet Red. HEX triplet: D8, 1B and A6. RGB value is (216,27,166). Sum of RGB (Red+Green+Blue) = 216+27+166=409 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.81% from 409); Green value is 27 (10.94% from 255 or 6.60% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 216 - color contains mainly: red. Hex color #D81BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81BA6 is #27E459. Grayscale: #626262. Windows color (decimal): -2614362 or 10886104. OLE color: 10886104.

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

Color convert

RGB 216 27 166 -
CMYK 0 0.88 0.23 0.15
HSL 315.87º 0.78% 0.48% -
HSV(B) 315.87º 0.88% 0.85% -
XYZ 35.59 18.14 37.7 -
YUV 99.36 165.62 211.2 -
System Red Green Blue C M Y K H S L
Decimal 216 27 166 0 0.88 0.23 0.15 315.87 0.78 0.48
Hex D8 1B A6 0 58 17 F 13C 4E 30
Octal 330 33 246 0 130 27 17 474 116 60
Binary 11011000 11011 10100110 0 1011000 10111 1111 100111100 1001110 110000

Color Harmonies of #D81BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81BA6

Black with #D81BA6

Text Example


Text Example

White with #D81BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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