Html Css Color HEX #D81B9C Medium Violet Red

📋 copy color: '#D81B9C'

red 216 ◦ green 27 ◦ blue 156

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

Shades of Medium Violet Red #D81B9C

Tints of Medium Violet Red #D81B9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 39.1%

R = 54.14%
G = 6.77%
B = 39.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D81B9C (or 0xD81B9C) is known color: Medium Violet Red. HEX triplet: D8, 1B and 9C. RGB value is (216,27,156). Sum of RGB (Red+Green+Blue) = 216+27+156=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 27 (10.94% from 255 or 6.77% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81B9C is #27E463. Grayscale: #616161. Windows color (decimal): -2614372 or 10230744. OLE color: 10230744.

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

Color convert

RGB 216 27 156 -
CMYK 0 0.88 0.28 0.15
HSL 319.05º 0.78% 0.48% -
HSV(B) 319.05º 0.88% 0.85% -
XYZ 34.71 17.78 33.06 -
YUV 98.22 160.62 212.01 -
System Red Green Blue C M Y K H S L
Decimal 216 27 156 0 0.88 0.28 0.15 319.05 0.78 0.48
Hex D8 1B 9C 0 58 1C F 13F 4E 30
Octal 330 33 234 0 130 34 17 477 116 60
Binary 11011000 11011 10011100 0 1011000 11100 1111 100111111 1001110 110000

Color Harmonies of #D81B9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B9C

Black with #D81B9C

Text Example


Text Example

White with #D81B9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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