Html Css Color HEX #D71994 Medium Violet Red

📋 copy color: '#D71994'

red 215 ◦ green 25 ◦ blue 148

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

Shades of Medium Violet Red #D71994

Tints of Medium Violet Red #D71994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.44%

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

R = 55.41%
G = 6.44%
B = 38.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D71994 (or 0xD71994) is known color: Medium Violet Red. HEX triplet: D7, 19 and 94. RGB value is (215,25,148). Sum of RGB (Red+Green+Blue) = 215+25+148=388 (51% of max value = 765). Red value is 215 (84.38% from 255 or 55.41% from 388); Green value is 25 (10.16% from 255 or 6.44% from 388); Blue value is 148 (58.20% from 255 or 38.14% from 388); Max value from RGB is 215 - color contains mainly: red. Hex color #D71994 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71994 is #28E66B. Grayscale: #5F5F5F. Windows color (decimal): -2680428 or 9705943. OLE color: 9705943.

HSL color Cylindrical-coordinate representation of color #D71994: hue angle of 321.16º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D71994 is Cyan = 0, Magento = 0.88, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 25 148 -
CMYK 0 0.88 0.31 0.16
HSL 321.16º 0.79% 0.47% -
HSV(B) 321.16º 0.88% 0.84% -
XYZ 33.72 17.28 29.58 -
YUV 95.83 157.45 213 -
System Red Green Blue C M Y K H S L
Decimal 215 25 148 0 0.88 0.31 0.16 321.16 0.79 0.47
Hex D7 19 94 0 58 1F 10 141 4F 2F
Octal 327 31 224 0 130 37 20 501 117 57
Binary 11010111 11001 10010100 0 1011000 11111 10000 101000001 1001111 101111

Color Harmonies of #D71994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71994

Black with #D71994

Text Example


Text Example

White with #D71994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71994; }

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

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

background-color css

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

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

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

border-color css

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

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

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