Html Css Color HEX #D81B9A Medium Violet Red

📋 copy color: '#D81B9A'

red 216 ◦ green 27 ◦ blue 154

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

Shades of Medium Violet Red #D81B9A

Tints of Medium Violet Red #D81B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.79%

R = 54.41%
G = 6.8%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D81B9A (or 0xD81B9A) is known color: Medium Violet Red. HEX triplet: D8, 1B and 9A. RGB value is (216,27,154). Sum of RGB (Red+Green+Blue) = 216+27+154=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 27 (10.94% from 255 or 6.80% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81B9A is #27E465. Grayscale: #616161. Windows color (decimal): -2614374 or 10099672. OLE color: 10099672.

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

Color convert

RGB 216 27 154 -
CMYK 0 0.88 0.29 0.15
HSL 319.68º 0.78% 0.48% -
HSV(B) 319.68º 0.88% 0.85% -
XYZ 34.54 17.72 32.17 -
YUV 97.99 159.62 212.17 -
System Red Green Blue C M Y K H S L
Decimal 216 27 154 0 0.88 0.29 0.15 319.68 0.78 0.48
Hex D8 1B 9A 0 58 1D F 140 4E 30
Octal 330 33 232 0 130 35 17 500 116 60
Binary 11011000 11011 10011010 0 1011000 11101 1111 101000000 1001110 110000

Color Harmonies of #D81B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B9A

Black with #D81B9A

Text Example


Text Example

White with #D81B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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