Html Css Color HEX #D71F9A Medium Violet Red

📋 copy color: '#D71F9A'

red 215 ◦ green 31 ◦ blue 154

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

Shades of Medium Violet Red #D71F9A

Tints of Medium Violet Red #D71F9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 38.5%

R = 53.75%
G = 7.75%
B = 38.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D71F9A (or 0xD71F9A) is known color: Medium Violet Red. HEX triplet: D7, 1F and 9A. RGB value is (215,31,154). Sum of RGB (Red+Green+Blue) = 215+31+154=400 (52% of max value = 765). Red value is 215 (84.38% from 255 or 53.75% from 400); Green value is 31 (12.5% from 255 or 7.75% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 215 - color contains mainly: red. Hex color #D71F9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71F9A is #28E065. Grayscale: #636363. Windows color (decimal): -2678886 or 10100695. OLE color: 10100695.

HSL color Cylindrical-coordinate representation of color #D71F9A: hue angle of 319.89º 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 #D71F9A is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 31 154 -
CMYK 0 0.86 0.28 0.16
HSL 319.89º 0.75% 0.48% -
HSV(B) 319.89º 0.86% 0.84% -
XYZ 34.35 17.76 32.19 -
YUV 100.04 158.46 210 -
System Red Green Blue C M Y K H S L
Decimal 215 31 154 0 0.86 0.28 0.16 319.89 0.75 0.48
Hex D7 1F 9A 0 56 1C 10 140 4B 30
Octal 327 37 232 0 126 34 20 500 113 60
Binary 11010111 11111 10011010 0 1010110 11100 10000 101000000 1001011 110000

Color Harmonies of #D71F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71F9A

Black with #D71F9A

Text Example


Text Example

White with #D71F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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