Html Css Color HEX #D71693 Medium Violet Red

📋 copy color: '#D71693'

red 215 ◦ green 22 ◦ blue 147

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

Shades of Medium Violet Red #D71693

Tints of Medium Violet Red #D71693

RGB

 RED value IS 215 (84.38% from 255) = 55.99%

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

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

R = 55.99%
G = 5.73%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D71693 (or 0xD71693) is known color: Medium Violet Red. HEX triplet: D7, 16 and 93. RGB value is (215,22,147). Sum of RGB (Red+Green+Blue) = 215+22+147=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 22 (8.98% from 255 or 5.73% from 384); Blue value is 147 (57.81% from 255 or 38.28% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D71693 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71693 is #28E96C. Grayscale: #5D5D5D. Windows color (decimal): -2681197 or 9639639. OLE color: 9639639.

HSL color Cylindrical-coordinate representation of color #D71693: hue angle of 321.14º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71693 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 22 147 -
CMYK 0 0.90 0.32 0.16
HSL 321.14º 0.81% 0.46% -
HSV(B) 321.14º 0.9% 0.84% -
XYZ 33.58 17.13 29.14 -
YUV 93.96 157.94 214.34 -
System Red Green Blue C M Y K H S L
Decimal 215 22 147 0 0.90 0.32 0.16 321.14 0.81 0.46
Hex D7 16 93 0 5A 20 10 141 51 2E
Octal 327 26 223 0 132 40 20 501 121 56
Binary 11010111 10110 10010011 0 1011010 100000 10000 101000001 1010001 101110

Color Harmonies of #D71693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71693

Black with #D71693

Text Example


Text Example

White with #D71693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71693; }

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

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

background-color css

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

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

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

border-color css

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

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

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