Html Css Color HEX #D00086 Medium Violet Red

📋 copy color: '#D00086'

red 208 ◦ green 0 ◦ blue 134

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

Shades of Medium Violet Red #D00086

Tints of Medium Violet Red #D00086

RGB

 RED value IS 208 (81.64% from 255) = 60.82%

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

 BLUE value IS 134 (52.73% from 255) = 39.18%

R = 60.82%
G = 0%
B = 39.18%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D00086 (or 0xD00086) is known color: Medium Violet Red. HEX triplet: D0, 00 and 86. RGB value is (208,0,134). Sum of RGB (Red+Green+Blue) = 208+0+134=342 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.82% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 134 (52.73% from 255 or 39.18% from 342); Max value from RGB is 208 - color contains mainly: red. Hex color #D00086 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00086 is #2FFF79. Grayscale: #4D4D4D. Windows color (decimal): -3145594 or 8782032. OLE color: 8782032.

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

Color convert

RGB 208 0 134 -
CMYK 0 1 0.36 0.18
HSL 321.35º 1% 0.41% -
HSV(B) 321.35º 1% 0.82% -
XYZ 30.32 15.13 23.88 -
YUV 77.47 159.91 221.1 -
System Red Green Blue C M Y K H S L
Decimal 208 0 134 0 1 0.36 0.18 321.35 1 0.41
Hex D0 0 86 0 64 24 12 141 64 29
Octal 320 0 206 0 144 44 22 501 144 51
Binary 11010000 0 10000110 0 1100100 100100 10010 101000001 1100100 101001

Color Harmonies of #D00086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00086

Black with #D00086

Text Example


Text Example

White with #D00086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00086; }

 p { color: rgb(208,0,134); }

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

background-color css

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

 a { background-color: rgb(208,0,134); }

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

border-color css

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

 span { border-color: rgb(208,0,134); }

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