Html Css Color HEX #D71294 Medium Violet Red

📋 copy color: '#D71294'

red 215 ◦ green 18 ◦ blue 148

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

Shades of Medium Violet Red #D71294

Tints of Medium Violet Red #D71294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.85%

R = 56.43%
G = 4.72%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D71294 (or 0xD71294) is known color: Medium Violet Red. HEX triplet: D7, 12 and 94. RGB value is (215,18,148). Sum of RGB (Red+Green+Blue) = 215+18+148=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 18 (7.42% from 255 or 4.72% from 381); Blue value is 148 (58.20% from 255 or 38.85% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D71294 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71294 is #28ED6B. Grayscale: #5B5B5B. Windows color (decimal): -2682220 or 9704151. OLE color: 9704151.

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

Color convert

RGB 215 18 148 -
CMYK 0 0.92 0.31 0.16
HSL 320.41º 0.85% 0.46% -
HSV(B) 320.41º 0.92% 0.84% -
XYZ 33.59 17.02 29.53 -
YUV 91.72 159.77 215.93 -
System Red Green Blue C M Y K H S L
Decimal 215 18 148 0 0.92 0.31 0.16 320.41 0.85 0.46
Hex D7 12 94 0 5C 1F 10 140 55 2E
Octal 327 22 224 0 134 37 20 500 125 56
Binary 11010111 10010 10010100 0 1011100 11111 10000 101000000 1010101 101110

Color Harmonies of #D71294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71294

Black with #D71294

Text Example


Text Example

White with #D71294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71294; }

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

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

background-color css

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

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

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

border-color css

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

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

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