Html Css Color HEX #D81E9C Medium Violet Red

📋 copy color: '#D81E9C'

red 216 ◦ green 30 ◦ blue 156

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

Shades of Medium Violet Red #D81E9C

Tints of Medium Violet Red #D81E9C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.46%

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 53.73%
G = 7.46%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#D81E9C (or 0xD81E9C) is known color: Medium Violet Red. HEX triplet: D8, 1E and 9C. RGB value is (216,30,156). Sum of RGB (Red+Green+Blue) = 216+30+156=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 30 (12.11% from 255 or 7.46% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81E9C is #27E163. Grayscale: #636363. Windows color (decimal): -2613604 or 10231512. OLE color: 10231512.

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

Color convert

RGB 216 30 156 -
CMYK 0 0.86 0.28 0.15
HSL 319.35º 0.76% 0.48% -
HSV(B) 319.35º 0.86% 0.85% -
XYZ 34.78 17.93 33.08 -
YUV 99.98 159.62 210.75 -
System Red Green Blue C M Y K H S L
Decimal 216 30 156 0 0.86 0.28 0.15 319.35 0.76 0.48
Hex D8 1E 9C 0 56 1C F 13F 4C 30
Octal 330 36 234 0 126 34 17 477 114 60
Binary 11011000 11110 10011100 0 1010110 11100 1111 100111111 1001100 110000

Color Harmonies of #D81E9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E9C

Black with #D81E9C

Text Example


Text Example

White with #D81E9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E9C; }

 p { color: rgb(216,30,156); }

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

background-color css

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

 a { background-color: rgb(216,30,156); }

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

border-color css

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

 span { border-color: rgb(216,30,156); }

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