Html Css Color HEX #D71393 Medium Violet Red

📋 copy color: '#D71393'

red 215 ◦ green 19 ◦ blue 147

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

Shades of Medium Violet Red #D71393

Tints of Medium Violet Red #D71393

RGB

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

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

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

R = 56.43%
G = 4.99%
B = 38.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D71393 (or 0xD71393) is known color: Medium Violet Red. HEX triplet: D7, 13 and 93. RGB value is (215,19,147). Sum of RGB (Red+Green+Blue) = 215+19+147=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 19 (7.81% from 255 or 4.99% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D71393 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71393 is #28EC6C. Grayscale: #5B5B5B. Windows color (decimal): -2681965 or 9638871. OLE color: 9638871.

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

Color convert

RGB 215 19 147 -
CMYK 0 0.91 0.32 0.16
HSL 320.82º 0.84% 0.46% -
HSV(B) 320.82º 0.91% 0.84% -
XYZ 33.52 17.02 29.12 -
YUV 92.2 158.93 215.59 -
System Red Green Blue C M Y K H S L
Decimal 215 19 147 0 0.91 0.32 0.16 320.82 0.84 0.46
Hex D7 13 93 0 5B 20 10 141 54 2E
Octal 327 23 223 0 133 40 20 501 124 56
Binary 11010111 10011 10010011 0 1011011 100000 10000 101000001 1010100 101110

Color Harmonies of #D71393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71393

Black with #D71393

Text Example


Text Example

White with #D71393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71393; }

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

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

background-color css

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

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

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

border-color css

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

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

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