Html Css Color HEX #D60083 Medium Violet Red

📋 copy color: '#D60083'

red 214 ◦ green 0 ◦ blue 131

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

Shades of Medium Violet Red #D60083

Tints of Medium Violet Red #D60083

RGB

 RED value IS 214 (83.98% from 255) = 62.03%

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

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

R = 62.03%
G = 0%
B = 37.97%

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

#D60083 (or 0xD60083) is known color: Medium Violet Red. HEX triplet: D6, 00 and 83. RGB value is (214,0,131). Sum of RGB (Red+Green+Blue) = 214+0+131=345 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.03% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 131 (51.56% from 255 or 37.97% from 345); Max value from RGB is 214 - color contains mainly: red. Hex color #D60083 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D60083 is #29FF7C. Grayscale: #4E4E4E. Windows color (decimal): -2752381 or 8585430. OLE color: 8585430.

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

Color convert

RGB 214 0 131 -
CMYK 0 1 0.39 0.16
HSL 323.27º 1% 0.42% -
HSV(B) 323.27º 1% 0.84% -
XYZ 31.83 15.93 22.87 -
YUV 78.92 157.4 224.35 -
System Red Green Blue C M Y K H S L
Decimal 214 0 131 0 1 0.39 0.16 323.27 1 0.42
Hex D6 0 83 0 64 27 10 143 64 2A
Octal 326 0 203 0 144 47 20 503 144 52
Binary 11010110 0 10000011 0 1100100 100111 10000 101000011 1100100 101010

Color Harmonies of #D60083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D60083

Black with #D60083

Text Example


Text Example

White with #D60083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D60083; }

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

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

background-color css

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

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

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

border-color css

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

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

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