Html Css Color HEX #D81393 Medium Violet Red

📋 copy color: '#D81393'

red 216 ◦ green 19 ◦ blue 147

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

Shades of Medium Violet Red #D81393

Tints of Medium Violet Red #D81393

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.97%

 BLUE value IS 147 (57.81% from 255) = 38.48%

R = 56.54%
G = 4.97%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D81393 (or 0xD81393) is known color: Medium Violet Red. HEX triplet: D8, 13 and 93. RGB value is (216,19,147). Sum of RGB (Red+Green+Blue) = 216+19+147=382 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.54% from 382); Green value is 19 (7.81% from 255 or 4.97% from 382); Blue value is 147 (57.81% from 255 or 38.48% from 382); Max value from RGB is 216 - color contains mainly: red. Hex color #D81393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81393 is #27EC6C. Grayscale: #5C5C5C. Windows color (decimal): -2616429 or 9638872. OLE color: 9638872.

HSL color Cylindrical-coordinate representation of color #D81393: hue angle of 321.02º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D81393 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 19 147 -
CMYK 0 0.91 0.32 0.15
HSL 321.02º 0.84% 0.46% -
HSV(B) 321.02º 0.91% 0.85% -
XYZ 33.82 17.17 29.14 -
YUV 92.5 158.77 216.09 -
System Red Green Blue C M Y K H S L
Decimal 216 19 147 0 0.91 0.32 0.15 321.02 0.84 0.46
Hex D8 13 93 0 5B 20 F 141 54 2E
Octal 330 23 223 0 133 40 17 501 124 56
Binary 11011000 10011 10010011 0 1011011 100000 1111 101000001 1010100 101110

Color Harmonies of #D81393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81393

Black with #D81393

Text Example


Text Example

White with #D81393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81393; }

 p { color: rgb(216,19,147); }

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

background-color css

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

 a { background-color: rgb(216,19,147); }

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

border-color css

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

 span { border-color: rgb(216,19,147); }

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