Html Css Color HEX #D71083 Medium Violet Red

📋 copy color: '#D71083'

red 215 ◦ green 16 ◦ blue 131

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

Shades of Medium Violet Red #D71083

Tints of Medium Violet Red #D71083

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.42%

 BLUE value IS 131 (51.56% from 255) = 36.19%

R = 59.39%
G = 4.42%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D71083 (or 0xD71083) is known color: Medium Violet Red. HEX triplet: D7, 10 and 83. RGB value is (215,16,131). Sum of RGB (Red+Green+Blue) = 215+16+131=362 (47% of max value = 765). Red value is 215 (84.38% from 255 or 59.39% from 362); Green value is 16 (6.64% from 255 or 4.42% from 362); Blue value is 131 (51.56% from 255 or 36.19% from 362); Max value from RGB is 215 - color contains mainly: red. Hex color #D71083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D71083 is #28EF7C. Grayscale: #585858. Windows color (decimal): -2682749 or 8589527. OLE color: 8589527.

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

Color convert

RGB 215 16 131 -
CMYK 0 0.93 0.39 0.16
HSL 325.33º 0.86% 0.45% -
HSV(B) 325.33º 0.93% 0.84% -
XYZ 32.31 16.46 22.95 -
YUV 88.61 151.93 218.15 -
System Red Green Blue C M Y K H S L
Decimal 215 16 131 0 0.93 0.39 0.16 325.33 0.86 0.45
Hex D7 10 83 0 5D 27 10 145 56 2D
Octal 327 20 203 0 135 47 20 505 126 55
Binary 11010111 10000 10000011 0 1011101 100111 10000 101000101 1010110 101101

Color Harmonies of #D71083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71083

Black with #D71083

Text Example


Text Example

White with #D71083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71083; }

 p { color: rgb(215,16,131); }

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

background-color css

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

 a { background-color: rgb(215,16,131); }

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

border-color css

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

 span { border-color: rgb(215,16,131); }

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