Html Css Color HEX #D01186 Medium Violet Red

📋 copy color: '#D01186'

red 208 ◦ green 17 ◦ blue 134

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

Shades of Medium Violet Red #D01186

Tints of Medium Violet Red #D01186

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.74%

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

R = 57.94%
G = 4.74%
B = 37.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#D01186 (or 0xD01186) is known color: Medium Violet Red. HEX triplet: D0, 11 and 86. RGB value is (208,17,134). Sum of RGB (Red+Green+Blue) = 208+17+134=359 (47% of max value = 765). Red value is 208 (81.64% from 255 or 57.94% from 359); Green value is 17 (7.03% from 255 or 4.74% from 359); Blue value is 134 (52.73% from 255 or 37.33% from 359); Max value from RGB is 208 - color contains mainly: red. Hex color #D01186 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D01186 is #2FEE79. Grayscale: #575757. Windows color (decimal): -3141242 or 8786384. OLE color: 8786384.

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

Color convert

RGB 208 17 134 -
CMYK 0 0.92 0.36 0.18
HSL 323.25º 0.85% 0.44% -
HSV(B) 323.25º 0.92% 0.82% -
XYZ 30.52 15.53 23.94 -
YUV 87.45 154.28 213.99 -
System Red Green Blue C M Y K H S L
Decimal 208 17 134 0 0.92 0.36 0.18 323.25 0.85 0.44
Hex D0 11 86 0 5C 24 12 143 55 2C
Octal 320 21 206 0 134 44 22 503 125 54
Binary 11010000 10001 10000110 0 1011100 100100 10010 101000011 1010101 101100

Color Harmonies of #D01186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01186

Black with #D01186

Text Example


Text Example

White with #D01186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01186; }

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

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

background-color css

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

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

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

border-color css

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

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

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