Html Css Color HEX #D81D9A Medium Violet Red

📋 copy color: '#D81D9A'

red 216 ◦ green 29 ◦ blue 154

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

Shades of Medium Violet Red #D81D9A

Tints of Medium Violet Red #D81D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.6%

R = 54.14%
G = 7.27%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D81D9A (or 0xD81D9A) is known color: Medium Violet Red. HEX triplet: D8, 1D and 9A. RGB value is (216,29,154). Sum of RGB (Red+Green+Blue) = 216+29+154=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81D9A is #27E265. Grayscale: #626262. Windows color (decimal): -2613862 or 10100184. OLE color: 10100184.

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

Color convert

RGB 216 29 154 -
CMYK 0 0.87 0.29 0.15
HSL 319.89º 0.76% 0.48% -
HSV(B) 319.89º 0.87% 0.85% -
XYZ 34.59 17.81 32.19 -
YUV 99.16 158.95 211.34 -
System Red Green Blue C M Y K H S L
Decimal 216 29 154 0 0.87 0.29 0.15 319.89 0.76 0.48
Hex D8 1D 9A 0 57 1D F 140 4C 30
Octal 330 35 232 0 127 35 17 500 114 60
Binary 11011000 11101 10011010 0 1010111 11101 1111 101000000 1001100 110000

Color Harmonies of #D81D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D9A

Black with #D81D9A

Text Example


Text Example

White with #D81D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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