Html Css Color HEX #D71594 Medium Violet Red

📋 copy color: '#D71594'

red 215 ◦ green 21 ◦ blue 148

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

Shades of Medium Violet Red #D71594

Tints of Medium Violet Red #D71594

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.47%

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

R = 55.99%
G = 5.47%
B = 38.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D71594 (or 0xD71594) is known color: Medium Violet Red. HEX triplet: D7, 15 and 94. RGB value is (215,21,148). Sum of RGB (Red+Green+Blue) = 215+21+148=384 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.99% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 148 (58.20% from 255 or 38.54% from 384); Max value from RGB is 215 - color contains mainly: red. Hex color #D71594 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71594 is #28EA6B. Grayscale: #5D5D5D. Windows color (decimal): -2681452 or 9704919. OLE color: 9704919.

HSL color Cylindrical-coordinate representation of color #D71594: hue angle of 320.72º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D71594 is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 21 148 -
CMYK 0 0.90 0.31 0.16
HSL 320.72º 0.82% 0.46% -
HSV(B) 320.72º 0.9% 0.84% -
XYZ 33.64 17.12 29.55 -
YUV 93.48 158.77 214.67 -
System Red Green Blue C M Y K H S L
Decimal 215 21 148 0 0.90 0.31 0.16 320.72 0.82 0.46
Hex D7 15 94 0 5A 1F 10 141 52 2E
Octal 327 25 224 0 132 37 20 501 122 56
Binary 11010111 10101 10010100 0 1011010 11111 10000 101000001 1010010 101110

Color Harmonies of #D71594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71594

Black with #D71594

Text Example


Text Example

White with #D71594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71594; }

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

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

background-color css

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

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

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

border-color css

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

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

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