Html Css Color HEX #D81D8D Medium Violet Red

📋 copy color: '#D81D8D'

red 216 ◦ green 29 ◦ blue 141

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

Shades of Medium Violet Red #D81D8D

Tints of Medium Violet Red #D81D8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 36.53%

R = 55.96%
G = 7.51%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D81D8D (or 0xD81D8D) is known color: Medium Violet Red. HEX triplet: D8, 1D and 8D. RGB value is (216,29,141). Sum of RGB (Red+Green+Blue) = 216+29+141=386 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.96% from 386); Green value is 29 (11.72% from 255 or 7.51% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81D8D is #27E272. Grayscale: #616161. Windows color (decimal): -2613875 or 9248216. OLE color: 9248216.

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

Color convert

RGB 216 29 141 -
CMYK 0 0.87 0.35 0.15
HSL 324.06º 0.76% 0.48% -
HSV(B) 324.06º 0.87% 0.85% -
XYZ 33.57 17.4 26.79 -
YUV 97.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 216 29 141 0 0.87 0.35 0.15 324.06 0.76 0.48
Hex D8 1D 8D 0 57 23 F 144 4C 30
Octal 330 35 215 0 127 43 17 504 114 60
Binary 11011000 11101 10001101 0 1010111 100011 1111 101000100 1001100 110000

Color Harmonies of #D81D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D8D

Black with #D81D8D

Text Example


Text Example

White with #D81D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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