Html Css Color HEX #D81C7B Medium Violet Red

📋 copy color: '#D81C7B'

red 216 ◦ green 28 ◦ blue 123

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

Shades of Medium Violet Red #D81C7B

Tints of Medium Violet Red #D81C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 33.51%

R = 58.86%
G = 7.63%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#D81C7B (or 0xD81C7B) is known color: Medium Violet Red. HEX triplet: D8, 1C and 7B. RGB value is (216,28,123). Sum of RGB (Red+Green+Blue) = 216+28+123=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 28 (11.33% from 255 or 7.63% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D81C7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D81C7B is #27E384. Grayscale: #5E5E5E. Windows color (decimal): -2614149 or 8068312. OLE color: 8068312.

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

Color convert

RGB 216 28 123 -
CMYK 0 0.87 0.43 0.15
HSL 329.68º 0.77% 0.48% -
HSV(B) 329.68º 0.87% 0.85% -
XYZ 32.31 16.86 20.29 -
YUV 95.04 143.78 214.28 -
System Red Green Blue C M Y K H S L
Decimal 216 28 123 0 0.87 0.43 0.15 329.68 0.77 0.48
Hex D8 1C 7B 0 57 2B F 14A 4D 30
Octal 330 34 173 0 127 53 17 512 115 60
Binary 11011000 11100 1111011 0 1010111 101011 1111 101001010 1001101 110000

Color Harmonies of #D81C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81C7B

Black with #D81C7B

Text Example


Text Example

White with #D81C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81C7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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