Html Css Color HEX #D81B7E Medium Violet Red

📋 copy color: '#D81B7E'

red 216 ◦ green 27 ◦ blue 126

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

Shades of Medium Violet Red #D81B7E

Tints of Medium Violet Red #D81B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.15%

R = 58.54%
G = 7.32%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#D81B7E (or 0xD81B7E) is known color: Medium Violet Red. HEX triplet: D8, 1B and 7E. RGB value is (216,27,126). Sum of RGB (Red+Green+Blue) = 216+27+126=369 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.54% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 126 (49.61% from 255 or 34.15% from 369); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81B7E is #27E481. Grayscale: #5E5E5E. Windows color (decimal): -2614402 or 8264664. OLE color: 8264664.

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

Color convert

RGB 216 27 126 -
CMYK 0 0.88 0.42 0.15
HSL 328.57º 0.78% 0.48% -
HSV(B) 328.57º 0.88% 0.85% -
XYZ 32.48 16.89 21.29 -
YUV 94.8 145.62 214.45 -
System Red Green Blue C M Y K H S L
Decimal 216 27 126 0 0.88 0.42 0.15 328.57 0.78 0.48
Hex D8 1B 7E 0 58 2A F 149 4E 30
Octal 330 33 176 0 130 52 17 511 116 60
Binary 11011000 11011 1111110 0 1011000 101010 1111 101001001 1001110 110000

Color Harmonies of #D81B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B7E

Black with #D81B7E

Text Example


Text Example

White with #D81B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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