Html Css Color HEX #D81185 Medium Violet Red

📋 copy color: '#D81185'

red 216 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #D81185

Tints of Medium Violet Red #D81185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.64%

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

R = 59.02%
G = 4.64%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D81185 (or 0xD81185) is known color: Medium Violet Red. HEX triplet: D8, 11 and 85. RGB value is (216,17,133). Sum of RGB (Red+Green+Blue) = 216+17+133=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 17 (7.03% from 255 or 4.64% from 366); Blue value is 133 (52.34% from 255 or 36.34% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D81185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81185 is #27EE7A. Grayscale: #595959. Windows color (decimal): -2616955 or 8720856. OLE color: 8720856.

HSL color Cylindrical-coordinate representation of color #D81185: hue angle of 325.03º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D81185 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 17 133 -
CMYK 0 0.92 0.38 0.15
HSL 325.03º 0.85% 0.46% -
HSV(B) 325.03º 0.92% 0.85% -
XYZ 32.75 16.69 23.69 -
YUV 89.73 152.43 218.07 -
System Red Green Blue C M Y K H S L
Decimal 216 17 133 0 0.92 0.38 0.15 325.03 0.85 0.46
Hex D8 11 85 0 5C 26 F 145 55 2E
Octal 330 21 205 0 134 46 17 505 125 56
Binary 11011000 10001 10000101 0 1011100 100110 1111 101000101 1010101 101110

Color Harmonies of #D81185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81185

Black with #D81185

Text Example


Text Example

White with #D81185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81185; }

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

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

background-color css

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

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

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

border-color css

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

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

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