Html Css Color HEX #D81693 Medium Violet Red

📋 copy color: '#D81693'

red 216 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #D81693

Tints of Medium Violet Red #D81693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.71%

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

R = 56.1%
G = 5.71%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D81693 (or 0xD81693) is known color: Medium Violet Red. HEX triplet: D8, 16 and 93. RGB value is (216,22,147). Sum of RGB (Red+Green+Blue) = 216+22+147=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D81693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81693 is #27E96C. Grayscale: #5D5D5D. Windows color (decimal): -2615661 or 9639640. OLE color: 9639640.

HSL color Cylindrical-coordinate representation of color #D81693: hue angle of 321.34º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D81693 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 22 147 -
CMYK 0 0.90 0.32 0.15
HSL 321.34º 0.82% 0.47% -
HSV(B) 321.34º 0.9% 0.85% -
XYZ 33.87 17.28 29.15 -
YUV 94.26 157.77 214.84 -
System Red Green Blue C M Y K H S L
Decimal 216 22 147 0 0.90 0.32 0.15 321.34 0.82 0.47
Hex D8 16 93 0 5A 20 F 141 52 2F
Octal 330 26 223 0 132 40 17 501 122 57
Binary 11011000 10110 10010011 0 1011010 100000 1111 101000001 1010010 101111

Color Harmonies of #D81693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81693

Black with #D81693

Text Example


Text Example

White with #D81693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81693; }

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

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

background-color css

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

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

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

border-color css

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

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

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