Html Css Color HEX #D81D9F Medium Violet Red

📋 copy color: '#D81D9F'

red 216 ◦ green 29 ◦ blue 159

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

Shades of Medium Violet Red #D81D9F

Tints of Medium Violet Red #D81D9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.36%

R = 53.47%
G = 7.18%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D81D9F (or 0xD81D9F) is known color: Medium Violet Red. HEX triplet: D8, 1D and 9F. RGB value is (216,29,159). Sum of RGB (Red+Green+Blue) = 216+29+159=404 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.47% from 404); Green value is 29 (11.72% from 255 or 7.18% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81D9F is #27E260. Grayscale: #636363. Windows color (decimal): -2613857 or 10427864. OLE color: 10427864.

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

Color convert

RGB 216 29 159 -
CMYK 0 0.87 0.26 0.15
HSL 318.29º 0.76% 0.48% -
HSV(B) 318.29º 0.87% 0.85% -
XYZ 35.02 17.98 34.43 -
YUV 99.73 161.45 210.93 -
System Red Green Blue C M Y K H S L
Decimal 216 29 159 0 0.87 0.26 0.15 318.29 0.76 0.48
Hex D8 1D 9F 0 57 1A F 13E 4C 30
Octal 330 35 237 0 127 32 17 476 114 60
Binary 11011000 11101 10011111 0 1010111 11010 1111 100111110 1001100 110000

Color Harmonies of #D81D9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D9F

Black with #D81D9F

Text Example


Text Example

White with #D81D9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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