Html Css Color HEX #D71C7A Medium Violet Red

📋 copy color: '#D71C7A'

red 215 ◦ green 28 ◦ blue 122

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

Shades of Medium Violet Red #D71C7A

Tints of Medium Violet Red #D71C7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 58.9%
G = 7.67%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D71C7A (or 0xD71C7A) is known color: Medium Violet Red. HEX triplet: D7, 1C and 7A. RGB value is (215,28,122). Sum of RGB (Red+Green+Blue) = 215+28+122=365 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.90% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71C7A is #28E385. Grayscale: #5E5E5E. Windows color (decimal): -2679686 or 8002775. OLE color: 8002775.

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

Color convert

RGB 215 28 122 -
CMYK 0 0.87 0.43 0.16
HSL 329.84º 0.77% 0.48% -
HSV(B) 329.84º 0.87% 0.84% -
XYZ 31.95 16.68 19.95 -
YUV 94.63 143.45 213.86 -
System Red Green Blue C M Y K H S L
Decimal 215 28 122 0 0.87 0.43 0.16 329.84 0.77 0.48
Hex D7 1C 7A 0 57 2B 10 14A 4D 30
Octal 327 34 172 0 127 53 20 512 115 60
Binary 11010111 11100 1111010 0 1010111 101011 10000 101001010 1001101 110000

Color Harmonies of #D71C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71C7A

Black with #D71C7A

Text Example


Text Example

White with #D71C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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