Html Css Color HEX #D71CA0 Medium Violet Red

📋 copy color: '#D71CA0'

red 215 ◦ green 28 ◦ blue 160

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

Shades of Medium Violet Red #D71CA0

Tints of Medium Violet Red #D71CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 39.7%

R = 53.35%
G = 6.95%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D71CA0 (or 0xD71CA0) is known color: Medium Violet Red. HEX triplet: D7, 1C and A0. RGB value is (215,28,160). Sum of RGB (Red+Green+Blue) = 215+28+160=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 28 (11.33% from 255 or 6.95% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D71CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71CA0 is #28E35F. Grayscale: #626262. Windows color (decimal): -2679648 or 10493143. OLE color: 10493143.

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

Color convert

RGB 215 28 160 -
CMYK 0 0.87 0.26 0.16
HSL 317.65º 0.77% 0.48% -
HSV(B) 317.65º 0.87% 0.84% -
XYZ 34.78 17.82 34.86 -
YUV 98.96 162.45 210.77 -
System Red Green Blue C M Y K H S L
Decimal 215 28 160 0 0.87 0.26 0.16 317.65 0.77 0.48
Hex D7 1C A0 0 57 1A 10 13E 4D 30
Octal 327 34 240 0 127 32 20 476 115 60
Binary 11010111 11100 10100000 0 1010111 11010 10000 100111110 1001101 110000

Color Harmonies of #D71CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71CA0

Black with #D71CA0

Text Example


Text Example

White with #D71CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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