Html Css Color HEX #D81E85 Medium Violet Red

📋 copy color: '#D81E85'

red 216 ◦ green 30 ◦ blue 133

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

Shades of Medium Violet Red #D81E85

Tints of Medium Violet Red #D81E85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.09%

R = 56.99%
G = 7.92%
B = 35.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D81E85 (or 0xD81E85) is known color: Medium Violet Red. HEX triplet: D8, 1E and 85. RGB value is (216,30,133). Sum of RGB (Red+Green+Blue) = 216+30+133=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 30 (12.11% from 255 or 7.92% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D81E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81E85 is #27E17A. Grayscale: #616161. Windows color (decimal): -2613627 or 8724184. OLE color: 8724184.

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

Color convert

RGB 216 30 133 -
CMYK 0 0.86 0.38 0.15
HSL 326.77º 0.76% 0.48% -
HSV(B) 326.77º 0.86% 0.85% -
XYZ 33.02 17.22 23.77 -
YUV 97.36 148.12 212.62 -
System Red Green Blue C M Y K H S L
Decimal 216 30 133 0 0.86 0.38 0.15 326.77 0.76 0.48
Hex D8 1E 85 0 56 26 F 147 4C 30
Octal 330 36 205 0 126 46 17 507 114 60
Binary 11011000 11110 10000101 0 1010110 100110 1111 101000111 1001100 110000

Color Harmonies of #D81E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81E85

Black with #D81E85

Text Example


Text Example

White with #D81E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81E85; }

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

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

background-color css

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

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

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

border-color css

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

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

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