Html Css Color HEX #D70083 Medium Violet Red

📋 copy color: '#D70083'

red 215 ◦ green 0 ◦ blue 131

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

Shades of Medium Violet Red #D70083

Tints of Medium Violet Red #D70083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 62.14%
G = 0%
B = 37.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D70083 (or 0xD70083) is known color: Medium Violet Red. HEX triplet: D7, 00 and 83. RGB value is (215,0,131). Sum of RGB (Red+Green+Blue) = 215+0+131=346 (45% of max value = 765). Red value is 215 (84.38% from 255 or 62.14% from 346); Green value is 0 (0.39% from 255 or 0% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 215 - color contains mainly: red. Hex color #D70083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70083 is #28FF7C. Grayscale: #4E4E4E. Windows color (decimal): -2686845 or 8585431. OLE color: 8585431.

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

Color convert

RGB 215 0 131 -
CMYK 0 1 0.39 0.16
HSL 323.44º 1% 0.42% -
HSV(B) 323.44º 1% 0.84% -
XYZ 32.12 16.09 22.88 -
YUV 79.22 157.23 224.85 -
System Red Green Blue C M Y K H S L
Decimal 215 0 131 0 1 0.39 0.16 323.44 1 0.42
Hex D7 0 83 0 64 27 10 143 64 2A
Octal 327 0 203 0 144 47 20 503 144 52
Binary 11010111 0 10000011 0 1100100 100111 10000 101000011 1100100 101010

Color Harmonies of #D70083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D70083

Black with #D70083

Text Example


Text Example

White with #D70083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D70083; }

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

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

background-color css

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

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

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

border-color css

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

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

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