Html Css Color HEX #D81383 Medium Violet Red

📋 copy color: '#D81383'

red 216 ◦ green 19 ◦ blue 131

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

Shades of Medium Violet Red #D81383

Tints of Medium Violet Red #D81383

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.19%

 BLUE value IS 131 (51.56% from 255) = 35.79%

R = 59.02%
G = 5.19%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D81383 (or 0xD81383) is known color: Medium Violet Red. HEX triplet: D8, 13 and 83. RGB value is (216,19,131). Sum of RGB (Red+Green+Blue) = 216+19+131=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 19 (7.81% from 255 or 5.19% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D81383 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81383 is #27EC7C. Grayscale: #5A5A5A. Windows color (decimal): -2616445 or 8590296. OLE color: 8590296.

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

Color convert

RGB 216 19 131 -
CMYK 0 0.91 0.39 0.15
HSL 325.89º 0.84% 0.46% -
HSV(B) 325.89º 0.91% 0.85% -
XYZ 32.65 16.7 22.98 -
YUV 90.67 150.77 217.39 -
System Red Green Blue C M Y K H S L
Decimal 216 19 131 0 0.91 0.39 0.15 325.89 0.84 0.46
Hex D8 13 83 0 5B 27 F 146 54 2E
Octal 330 23 203 0 133 47 17 506 124 56
Binary 11011000 10011 10000011 0 1011011 100111 1111 101000110 1010100 101110

Color Harmonies of #D81383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81383

Black with #D81383

Text Example


Text Example

White with #D81383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81383; }

 p { color: rgb(216,19,131); }

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

background-color css

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

 a { background-color: rgb(216,19,131); }

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

border-color css

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

 span { border-color: rgb(216,19,131); }

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