Html Css Color HEX #D71CA7 Medium Violet Red

📋 copy color: '#D71CA7'

red 215 ◦ green 28 ◦ blue 167

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

Shades of Medium Violet Red #D71CA7

Tints of Medium Violet Red #D71CA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 40.73%

R = 52.44%
G = 6.83%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D71CA7 (or 0xD71CA7) is known color: Medium Violet Red. HEX triplet: D7, 1C and A7. RGB value is (215,28,167). Sum of RGB (Red+Green+Blue) = 215+28+167=410 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.44% from 410); Green value is 28 (11.33% from 255 or 6.83% from 410); Blue value is 167 (65.62% from 255 or 40.73% from 410); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71CA7 is #28E358. Grayscale: #636363. Windows color (decimal): -2679641 or 10951895. OLE color: 10951895.

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

Color convert

RGB 215 28 167 -
CMYK 0 0.87 0.22 0.16
HSL 315.4º 0.77% 0.48% -
HSV(B) 315.4º 0.87% 0.84% -
XYZ 35.41 18.07 38.18 -
YUV 99.76 165.95 210.2 -
System Red Green Blue C M Y K H S L
Decimal 215 28 167 0 0.87 0.22 0.16 315.4 0.77 0.48
Hex D7 1C A7 0 57 16 10 13B 4D 30
Octal 327 34 247 0 127 26 20 473 115 60
Binary 11010111 11100 10100111 0 1010111 10110 10000 100111011 1001101 110000

Color Harmonies of #D71CA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CA7

Black with #D71CA7

Text Example


Text Example

White with #D71CA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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