Html Css Color HEX #D81982 Medium Violet Red

📋 copy color: '#D81982'

red 216 ◦ green 25 ◦ blue 130

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

Shades of Medium Violet Red #D81982

Tints of Medium Violet Red #D81982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.74%

 BLUE value IS 130 (51.17% from 255) = 35.04%

R = 58.22%
G = 6.74%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D81982 (or 0xD81982) is known color: Medium Violet Red. HEX triplet: D8, 19 and 82. RGB value is (216,25,130). Sum of RGB (Red+Green+Blue) = 216+25+130=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 25 (10.16% from 255 or 6.74% from 371); Blue value is 130 (51.17% from 255 or 35.04% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D81982 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81982 is #27E67D. Grayscale: #5D5D5D. Windows color (decimal): -2614910 or 8526296. OLE color: 8526296.

HSL color Cylindrical-coordinate representation of color #D81982: hue angle of 327.02º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81982 is Cyan = 0, Magento = 0.88, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 25 130 -
CMYK 0 0.88 0.40 0.15
HSL 327.02º 0.79% 0.47% -
HSV(B) 327.02º 0.88% 0.85% -
XYZ 32.7 16.91 22.66 -
YUV 94.08 148.28 214.96 -
System Red Green Blue C M Y K H S L
Decimal 216 25 130 0 0.88 0.40 0.15 327.02 0.79 0.47
Hex D8 19 82 0 58 28 F 147 4F 2F
Octal 330 31 202 0 130 50 17 507 117 57
Binary 11011000 11001 10000010 0 1011000 101000 1111 101000111 1001111 101111

Color Harmonies of #D81982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81982

Black with #D81982

Text Example


Text Example

White with #D81982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81982; }

 p { color: rgb(216,25,130); }

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

background-color css

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

 a { background-color: rgb(216,25,130); }

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

border-color css

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

 span { border-color: rgb(216,25,130); }

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