Html Css Color HEX #D10083 Medium Violet Red

📋 copy color: '#D10083'

red 209 ◦ green 0 ◦ blue 131

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

Shades of Medium Violet Red #D10083

Tints of Medium Violet Red #D10083

RGB

 RED value IS 209 (82.03% from 255) = 61.47%

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

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

R = 61.47%
G = 0%
B = 38.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#D10083 (or 0xD10083) is known color: Medium Violet Red. HEX triplet: D1, 00 and 83. RGB value is (209,0,131). Sum of RGB (Red+Green+Blue) = 209+0+131=340 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.47% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 131 (51.56% from 255 or 38.53% from 340); Max value from RGB is 209 - color contains mainly: red. Hex color #D10083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10083 is #2EFF7C. Grayscale: #4D4D4D. Windows color (decimal): -3080061 or 8585425. OLE color: 8585425.

HSL color Cylindrical-coordinate representation of color #D10083: hue angle of 322.39º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D10083 is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 0 131 -
CMYK 0 1 0.37 0.18
HSL 322.39º 1% 0.41% -
HSV(B) 322.39º 1% 0.82% -
XYZ 30.39 15.19 22.8 -
YUV 77.43 158.24 221.85 -
System Red Green Blue C M Y K H S L
Decimal 209 0 131 0 1 0.37 0.18 322.39 1 0.41
Hex D1 0 83 0 64 25 12 142 64 29
Octal 321 0 203 0 144 45 22 502 144 51
Binary 11010001 0 10000011 0 1100100 100101 10010 101000010 1100100 101001

Color Harmonies of #D10083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D10083

Black with #D10083

Text Example


Text Example

White with #D10083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D10083; }

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

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

background-color css

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

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

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

border-color css

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

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

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