Html Css Color HEX #D71291 Medium Violet Red

📋 copy color: '#D71291'

red 215 ◦ green 18 ◦ blue 145

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

Shades of Medium Violet Red #D71291

Tints of Medium Violet Red #D71291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.76%

 BLUE value IS 145 (57.03% from 255) = 38.36%

R = 56.88%
G = 4.76%
B = 38.36%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D71291 (or 0xD71291) is known color: Medium Violet Red. HEX triplet: D7, 12 and 91. RGB value is (215,18,145). Sum of RGB (Red+Green+Blue) = 215+18+145=378 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.88% from 378); Green value is 18 (7.42% from 255 or 4.76% from 378); Blue value is 145 (57.03% from 255 or 38.36% from 378); Max value from RGB is 215 - color contains mainly: red. Hex color #D71291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71291 is #28ED6E. Grayscale: #5B5B5B. Windows color (decimal): -2682223 or 9507543. OLE color: 9507543.

HSL color Cylindrical-coordinate representation of color #D71291: hue angle of 321.32º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D71291 is Cyan = 0, Magento = 0.92, Yellow = 0.33 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 18 145 -
CMYK 0 0.92 0.33 0.16
HSL 321.32º 0.85% 0.46% -
HSV(B) 321.32º 0.92% 0.84% -
XYZ 33.35 16.92 28.3 -
YUV 91.38 158.27 216.17 -
System Red Green Blue C M Y K H S L
Decimal 215 18 145 0 0.92 0.33 0.16 321.32 0.85 0.46
Hex D7 12 91 0 5C 21 10 141 55 2E
Octal 327 22 221 0 134 41 20 501 125 56
Binary 11010111 10010 10010001 0 1011100 100001 10000 101000001 1010101 101110

Color Harmonies of #D71291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71291

Black with #D71291

Text Example


Text Example

White with #D71291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71291; }

 p { color: rgb(215,18,145); }

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

background-color css

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

 a { background-color: rgb(215,18,145); }

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

border-color css

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

 span { border-color: rgb(215,18,145); }

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