Html Css Color HEX #D71FA8 Medium Violet Red

📋 copy color: '#D71FA8'

red 215 ◦ green 31 ◦ blue 168

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

Shades of Medium Violet Red #D71FA8

Tints of Medium Violet Red #D71FA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 40.58%

R = 51.93%
G = 7.49%
B = 40.58%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D71FA8 (or 0xD71FA8) is known color: Medium Violet Red. HEX triplet: D7, 1F and A8. RGB value is (215,31,168). Sum of RGB (Red+Green+Blue) = 215+31+168=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 31 (12.5% from 255 or 7.49% from 414); Blue value is 168 (66.02% from 255 or 40.58% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D71FA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71FA8 is #28E057. Grayscale: #656565. Windows color (decimal): -2678872 or 11018199. OLE color: 11018199.

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

Color convert

RGB 215 31 168 -
CMYK 0 0.86 0.22 0.16
HSL 315.33º 0.75% 0.48% -
HSV(B) 315.33º 0.86% 0.84% -
XYZ 35.58 18.25 38.69 -
YUV 101.63 165.46 208.86 -
System Red Green Blue C M Y K H S L
Decimal 215 31 168 0 0.86 0.22 0.16 315.33 0.75 0.48
Hex D7 1F A8 0 56 16 10 13B 4B 30
Octal 327 37 250 0 126 26 20 473 113 60
Binary 11010111 11111 10101000 0 1010110 10110 10000 100111011 1001011 110000

Color Harmonies of #D71FA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71FA8

Black with #D71FA8

Text Example


Text Example

White with #D71FA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71FA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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