Html Css Color HEX #D81C8E Medium Violet Red

📋 copy color: '#D81C8E'

red 216 ◦ green 28 ◦ blue 142

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

Shades of Medium Violet Red #D81C8E

Tints of Medium Violet Red #D81C8E

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.25%

 BLUE value IS 142 (55.86% from 255) = 36.79%

R = 55.96%
G = 7.25%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#D81C8E (or 0xD81C8E) is known color: Medium Violet Red. HEX triplet: D8, 1C and 8E. RGB value is (216,28,142). Sum of RGB (Red+Green+Blue) = 216+28+142=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 28 (11.33% from 255 or 7.25% from 386); Blue value is 142 (55.86% from 255 or 36.79% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81C8E is #27E371. Grayscale: #606060. Windows color (decimal): -2614130 or 9313496. OLE color: 9313496.

HSL color Cylindrical-coordinate representation of color #D81C8E: hue angle of 323.62º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81C8E is Cyan = 0, Magento = 0.87, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 28 142 -
CMYK 0 0.87 0.34 0.15
HSL 323.62º 0.77% 0.48% -
HSV(B) 323.62º 0.87% 0.85% -
XYZ 33.62 17.38 27.17 -
YUV 97.21 153.28 212.73 -
System Red Green Blue C M Y K H S L
Decimal 216 28 142 0 0.87 0.34 0.15 323.62 0.77 0.48
Hex D8 1C 8E 0 57 22 F 144 4D 30
Octal 330 34 216 0 127 42 17 504 115 60
Binary 11011000 11100 10001110 0 1010111 100010 1111 101000100 1001101 110000

Color Harmonies of #D81C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81C8E

Black with #D81C8E

Text Example


Text Example

White with #D81C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81C8E; }

 p { color: rgb(216,28,142); }

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

background-color css

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

 a { background-color: rgb(216,28,142); }

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

border-color css

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

 span { border-color: rgb(216,28,142); }

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