Html Css Color HEX #D81D83 Medium Violet Red

📋 copy color: '#D81D83'

red 216 ◦ green 29 ◦ blue 131

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

Shades of Medium Violet Red #D81D83

Tints of Medium Violet Red #D81D83

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.71%

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

R = 57.45%
G = 7.71%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D81D83 (or 0xD81D83) is known color: Medium Violet Red. HEX triplet: D8, 1D and 83. RGB value is (216,29,131). Sum of RGB (Red+Green+Blue) = 216+29+131=376 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.45% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 131 (51.56% from 255 or 34.84% from 376); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81D83 is #27E27C. Grayscale: #606060. Windows color (decimal): -2613885 or 8592856. OLE color: 8592856.

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

Color convert

RGB 216 29 131 -
CMYK 0 0.87 0.39 0.15
HSL 327.27º 0.76% 0.48% -
HSV(B) 327.27º 0.87% 0.85% -
XYZ 32.86 17.12 23.04 -
YUV 96.54 147.45 213.21 -
System Red Green Blue C M Y K H S L
Decimal 216 29 131 0 0.87 0.39 0.15 327.27 0.76 0.48
Hex D8 1D 83 0 57 27 F 147 4C 30
Octal 330 35 203 0 127 47 17 507 114 60
Binary 11011000 11101 10000011 0 1010111 100111 1111 101000111 1001100 110000

Color Harmonies of #D81D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D83

Black with #D81D83

Text Example


Text Example

White with #D81D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D83; }

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

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

background-color css

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

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

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

border-color css

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

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

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