Html Css Color HEX #D71298 Medium Violet Red

📋 copy color: '#D71298'

red 215 ◦ green 18 ◦ blue 152

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

Shades of Medium Violet Red #D71298

Tints of Medium Violet Red #D71298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 39.48%

R = 55.84%
G = 4.68%
B = 39.48%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.29

 K value IS 0.16

RGB Variations

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

Color information

#D71298 (or 0xD71298) is known color: Medium Violet Red. HEX triplet: D7, 12 and 98. RGB value is (215,18,152). Sum of RGB (Red+Green+Blue) = 215+18+152=385 (50% of max value = 765). Red value is 215 (84.38% from 255 or 55.84% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 215 - color contains mainly: red. Hex color #D71298 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71298 is #28ED67. Grayscale: #5B5B5B. Windows color (decimal): -2682216 or 9966295. OLE color: 9966295.

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

Color convert

RGB 215 18 152 -
CMYK 0 0.92 0.29 0.16
HSL 319.19º 0.85% 0.46% -
HSV(B) 319.19º 0.92% 0.84% -
XYZ 33.91 17.15 31.23 -
YUV 92.18 161.77 215.6 -
System Red Green Blue C M Y K H S L
Decimal 215 18 152 0 0.92 0.29 0.16 319.19 0.85 0.46
Hex D7 12 98 0 5C 1D 10 13F 55 2E
Octal 327 22 230 0 134 35 20 477 125 56
Binary 11010111 10010 10011000 0 1011100 11101 10000 100111111 1010101 101110

Color Harmonies of #D71298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71298

Black with #D71298

Text Example


Text Example

White with #D71298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71298; }

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

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

background-color css

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

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

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

border-color css

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

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

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