Html Css Color HEX #D71E7B Medium Violet Red

📋 copy color: '#D71E7B'

red 215 ◦ green 30 ◦ blue 123

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

Shades of Medium Violet Red #D71E7B

Tints of Medium Violet Red #D71E7B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.15%

 BLUE value IS 123 (48.44% from 255) = 33.42%

R = 58.42%
G = 8.15%
B = 33.42%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D71E7B (or 0xD71E7B) is known color: Medium Violet Red. HEX triplet: D7, 1E and 7B. RGB value is (215,30,123). Sum of RGB (Red+Green+Blue) = 215+30+123=368 (48% of max value = 765). Red value is 215 (84.38% from 255 or 58.42% from 368); Green value is 30 (12.11% from 255 or 8.15% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 215 - color contains mainly: red. Hex color #D71E7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D71E7B is #28E184. Grayscale: #5F5F5F. Windows color (decimal): -2679173 or 8068823. OLE color: 8068823.

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

Color convert

RGB 215 30 123 -
CMYK 0 0.86 0.43 0.16
HSL 329.84º 0.76% 0.48% -
HSV(B) 329.84º 0.86% 0.84% -
XYZ 32.06 16.81 20.29 -
YUV 95.92 143.29 212.94 -
System Red Green Blue C M Y K H S L
Decimal 215 30 123 0 0.86 0.43 0.16 329.84 0.76 0.48
Hex D7 1E 7B 0 56 2B 10 14A 4C 30
Octal 327 36 173 0 126 53 20 512 114 60
Binary 11010111 11110 1111011 0 1010110 101011 10000 101001010 1001100 110000

Color Harmonies of #D71E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71E7B

Black with #D71E7B

Text Example


Text Example

White with #D71E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71E7B; }

 p { color: rgb(215,30,123); }

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

background-color css

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

 a { background-color: rgb(215,30,123); }

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

border-color css

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

 span { border-color: rgb(215,30,123); }

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