Html Css Color HEX #D81B80 Medium Violet Red

📋 copy color: '#D81B80'

red 216 ◦ green 27 ◦ blue 128

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

Shades of Medium Violet Red #D81B80

Tints of Medium Violet Red #D81B80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 34.5%

R = 58.22%
G = 7.28%
B = 34.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D81B80 (or 0xD81B80) is known color: Medium Violet Red. HEX triplet: D8, 1B and 80. RGB value is (216,27,128). Sum of RGB (Red+Green+Blue) = 216+27+128=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81B80 is #27E47F. Grayscale: #5E5E5E. Windows color (decimal): -2614400 or 8395736. OLE color: 8395736.

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

Color convert

RGB 216 27 128 -
CMYK 0 0.88 0.41 0.15
HSL 327.94º 0.78% 0.48% -
HSV(B) 327.94º 0.88% 0.85% -
XYZ 32.61 16.94 21.97 -
YUV 95.03 146.62 214.29 -
System Red Green Blue C M Y K H S L
Decimal 216 27 128 0 0.88 0.41 0.15 327.94 0.78 0.48
Hex D8 1B 80 0 58 29 F 148 4E 30
Octal 330 33 200 0 130 51 17 510 116 60
Binary 11011000 11011 10000000 0 1011000 101001 1111 101001000 1001110 110000

Color Harmonies of #D81B80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B80

Black with #D81B80

Text Example


Text Example

White with #D81B80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B80; }

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

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

background-color css

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

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

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

border-color css

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

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

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