Html Css Color HEX #D81B7C Medium Violet Red

📋 copy color: '#D81B7C'

red 216 ◦ green 27 ◦ blue 124

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

Shades of Medium Violet Red #D81B7C

Tints of Medium Violet Red #D81B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 33.79%

R = 58.86%
G = 7.36%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D81B7C (or 0xD81B7C) is known color: Medium Violet Red. HEX triplet: D8, 1B and 7C. RGB value is (216,27,124). Sum of RGB (Red+Green+Blue) = 216+27+124=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 124 (48.83% from 255 or 33.79% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B7C is #27E483. Grayscale: #5E5E5E. Windows color (decimal): -2614404 or 8133592. OLE color: 8133592.

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

Color convert

RGB 216 27 124 -
CMYK 0 0.88 0.43 0.15
HSL 329.21º 0.78% 0.48% -
HSV(B) 329.21º 0.88% 0.85% -
XYZ 32.35 16.84 20.61 -
YUV 94.57 144.62 214.61 -
System Red Green Blue C M Y K H S L
Decimal 216 27 124 0 0.88 0.43 0.15 329.21 0.78 0.48
Hex D8 1B 7C 0 58 2B F 149 4E 30
Octal 330 33 174 0 130 53 17 511 116 60
Binary 11011000 11011 1111100 0 1011000 101011 1111 101001001 1001110 110000

Color Harmonies of #D81B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B7C

Black with #D81B7C

Text Example


Text Example

White with #D81B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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