Html Css Color HEX #D71C93 Medium Violet Red

📋 copy color: '#D71C93'

red 215 ◦ green 28 ◦ blue 147

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

Shades of Medium Violet Red #D71C93

Tints of Medium Violet Red #D71C93

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.18%

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

R = 55.13%
G = 7.18%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D71C93 (or 0xD71C93) is known color: Medium Violet Red. HEX triplet: D7, 1C and 93. RGB value is (215,28,147). Sum of RGB (Red+Green+Blue) = 215+28+147=390 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.13% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 147 (57.81% from 255 or 37.69% from 390); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71C93 is #28E36C. Grayscale: #616161. Windows color (decimal): -2679661 or 9641175. OLE color: 9641175.

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

Color convert

RGB 215 28 147 -
CMYK 0 0.87 0.32 0.16
HSL 321.82º 0.77% 0.48% -
HSV(B) 321.82º 0.87% 0.84% -
XYZ 33.71 17.38 29.18 -
YUV 97.48 155.95 211.82 -
System Red Green Blue C M Y K H S L
Decimal 215 28 147 0 0.87 0.32 0.16 321.82 0.77 0.48
Hex D7 1C 93 0 57 20 10 142 4D 30
Octal 327 34 223 0 127 40 20 502 115 60
Binary 11010111 11100 10010011 0 1010111 100000 10000 101000010 1001101 110000

Color Harmonies of #D71C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C93

Black with #D71C93

Text Example


Text Example

White with #D71C93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C93; }

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

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

background-color css

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

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

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

border-color css

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

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

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