Html Css Color HEX #D00786 Medium Violet Red

📋 copy color: '#D00786'

red 208 ◦ green 7 ◦ blue 134

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

Shades of Medium Violet Red #D00786

Tints of Medium Violet Red #D00786

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.01%

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

R = 59.6%
G = 2.01%
B = 38.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D00786 (or 0xD00786) is known color: Medium Violet Red. HEX triplet: D0, 07 and 86. RGB value is (208,7,134). Sum of RGB (Red+Green+Blue) = 208+7+134=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 134 (52.73% from 255 or 38.40% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D00786 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00786 is #2FF879. Grayscale: #515151. Windows color (decimal): -3143802 or 8783824. OLE color: 8783824.

HSL color Cylindrical-coordinate representation of color #D00786: hue angle of 322.09º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D00786 is Cyan = 0, Magento = 0.97, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 7 134 -
CMYK 0 0.97 0.36 0.18
HSL 322.09º 0.93% 0.42% -
HSV(B) 322.09º 0.97% 0.82% -
XYZ 30.39 15.28 23.9 -
YUV 81.58 157.59 218.17 -
System Red Green Blue C M Y K H S L
Decimal 208 7 134 0 0.97 0.36 0.18 322.09 0.93 0.42
Hex D0 7 86 0 61 24 12 142 5D 2A
Octal 320 7 206 0 141 44 22 502 135 52
Binary 11010000 111 10000110 0 1100001 100100 10010 101000010 1011101 101010

Color Harmonies of #D00786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00786

Black with #D00786

Text Example


Text Example

White with #D00786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00786; }

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

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

background-color css

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

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

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

border-color css

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

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

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