Html Css Color HEX #D71993 Medium Violet Red

📋 copy color: '#D71993'

red 215 ◦ green 25 ◦ blue 147

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

Shades of Medium Violet Red #D71993

Tints of Medium Violet Red #D71993

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.46%

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

R = 55.56%
G = 6.46%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D71993 (or 0xD71993) is known color: Medium Violet Red. HEX triplet: D7, 19 and 93. RGB value is (215,25,147). Sum of RGB (Red+Green+Blue) = 215+25+147=387 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.56% from 387); Green value is 25 (10.16% from 255 or 6.46% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 215 - color contains mainly: red. Hex color #D71993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71993 is #28E66C. Grayscale: #5F5F5F. Windows color (decimal): -2680429 or 9640407. OLE color: 9640407.

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

Color convert

RGB 215 25 147 -
CMYK 0 0.88 0.32 0.16
HSL 321.47º 0.79% 0.47% -
HSV(B) 321.47º 0.88% 0.84% -
XYZ 33.64 17.25 29.16 -
YUV 95.72 156.95 213.08 -
System Red Green Blue C M Y K H S L
Decimal 215 25 147 0 0.88 0.32 0.16 321.47 0.79 0.47
Hex D7 19 93 0 58 20 10 141 4F 2F
Octal 327 31 223 0 130 40 20 501 117 57
Binary 11010111 11001 10010011 0 1011000 100000 10000 101000001 1001111 101111

Color Harmonies of #D71993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71993

Black with #D71993

Text Example


Text Example

White with #D71993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71993; }

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

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

background-color css

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

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

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

border-color css

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

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

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