Html Css Color HEX #D71C8C Medium Violet Red

📋 copy color: '#D71C8C'

red 215 ◦ green 28 ◦ blue 140

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

Shades of Medium Violet Red #D71C8C

Tints of Medium Violet Red #D71C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 36.55%

R = 56.14%
G = 7.31%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D71C8C (or 0xD71C8C) is known color: Medium Violet Red. HEX triplet: D7, 1C and 8C. RGB value is (215,28,140). Sum of RGB (Red+Green+Blue) = 215+28+140=383 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.14% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 140 (55.08% from 255 or 36.55% from 383); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71C8C is #28E373. Grayscale: #606060. Windows color (decimal): -2679668 or 9182423. OLE color: 9182423.

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

Color convert

RGB 215 28 140 -
CMYK 0 0.87 0.35 0.16
HSL 324.06º 0.77% 0.48% -
HSV(B) 324.06º 0.87% 0.84% -
XYZ 33.17 17.17 26.38 -
YUV 96.68 152.45 212.39 -
System Red Green Blue C M Y K H S L
Decimal 215 28 140 0 0.87 0.35 0.16 324.06 0.77 0.48
Hex D7 1C 8C 0 57 23 10 144 4D 30
Octal 327 34 214 0 127 43 20 504 115 60
Binary 11010111 11100 10001100 0 1010111 100011 10000 101000100 1001101 110000

Color Harmonies of #D71C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C8C

Black with #D71C8C

Text Example


Text Example

White with #D71C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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