Html Css Color HEX #D71F93 Medium Violet Red

📋 copy color: '#D71F93'

red 215 ◦ green 31 ◦ blue 147

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

Shades of Medium Violet Red #D71F93

Tints of Medium Violet Red #D71F93

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.89%

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

R = 54.71%
G = 7.89%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D71F93 (or 0xD71F93) is known color: Medium Violet Red. HEX triplet: D7, 1F and 93. RGB value is (215,31,147). Sum of RGB (Red+Green+Blue) = 215+31+147=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 31 (12.5% from 255 or 7.89% from 393); Blue value is 147 (57.81% from 255 or 37.40% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71F93 is #28E06C. Grayscale: #626262. Windows color (decimal): -2678893 or 9641943. OLE color: 9641943.

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

Color convert

RGB 215 31 147 -
CMYK 0 0.86 0.32 0.16
HSL 322.17º 0.75% 0.48% -
HSV(B) 322.17º 0.86% 0.84% -
XYZ 33.78 17.53 29.21 -
YUV 99.24 154.96 210.57 -
System Red Green Blue C M Y K H S L
Decimal 215 31 147 0 0.86 0.32 0.16 322.17 0.75 0.48
Hex D7 1F 93 0 56 20 10 142 4B 30
Octal 327 37 223 0 126 40 20 502 113 60
Binary 11010111 11111 10010011 0 1010110 100000 10000 101000010 1001011 110000

Color Harmonies of #D71F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F93

Black with #D71F93

Text Example


Text Example

White with #D71F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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