Html Css Color HEX #D71C88 Medium Violet Red

📋 copy color: '#D71C88'

red 215 ◦ green 28 ◦ blue 136

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

Shades of Medium Violet Red #D71C88

Tints of Medium Violet Red #D71C88

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.39%

 BLUE value IS 136 (53.52% from 255) = 35.88%

R = 56.73%
G = 7.39%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D71C88 (or 0xD71C88) is known color: Medium Violet Red. HEX triplet: D7, 1C and 88. RGB value is (215,28,136). Sum of RGB (Red+Green+Blue) = 215+28+136=379 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.73% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71C88 is #28E377. Grayscale: #5F5F5F. Windows color (decimal): -2679672 or 8920279. OLE color: 8920279.

HSL color Cylindrical-coordinate representation of color #D71C88: hue angle of 325.35º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71C88 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 28 136 -
CMYK 0 0.87 0.37 0.16
HSL 325.35º 0.77% 0.48% -
HSV(B) 325.35º 0.87% 0.84% -
XYZ 32.88 17.06 24.85 -
YUV 96.23 150.45 212.72 -
System Red Green Blue C M Y K H S L
Decimal 215 28 136 0 0.87 0.37 0.16 325.35 0.77 0.48
Hex D7 1C 88 0 57 25 10 145 4D 30
Octal 327 34 210 0 127 45 20 505 115 60
Binary 11010111 11100 10001000 0 1010111 100101 10000 101000101 1001101 110000

Color Harmonies of #D71C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C88

Black with #D71C88

Text Example


Text Example

White with #D71C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C88; }

 p { color: rgb(215,28,136); }

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

background-color css

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

 a { background-color: rgb(215,28,136); }

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

border-color css

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

 span { border-color: rgb(215,28,136); }

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