Html Css Color HEX #D0117C Medium Violet Red

📋 copy color: '#D0117C'

red 208 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #D0117C

Tints of Medium Violet Red #D0117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.53%

R = 59.6%
G = 4.87%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D0117C (or 0xD0117C) is known color: Medium Violet Red. HEX triplet: D0, 11 and 7C. RGB value is (208,17,124). Sum of RGB (Red+Green+Blue) = 208+17+124=349 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.60% from 349); Green value is 17 (7.03% from 255 or 4.87% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 208 - color contains mainly: red. Hex color #D0117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0117C is #2FEE83. Grayscale: #565656. Windows color (decimal): -3141252 or 8131024. OLE color: 8131024.

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

Color convert

RGB 208 17 124 -
CMYK 0 0.92 0.40 0.18
HSL 326.39º 0.85% 0.44% -
HSV(B) 326.39º 0.92% 0.82% -
XYZ 29.85 15.27 20.44 -
YUV 86.31 149.28 214.8 -
System Red Green Blue C M Y K H S L
Decimal 208 17 124 0 0.92 0.40 0.18 326.39 0.85 0.44
Hex D0 11 7C 0 5C 28 12 146 55 2C
Octal 320 21 174 0 134 50 22 506 125 54
Binary 11010000 10001 1111100 0 1011100 101000 10010 101000110 1010101 101100

Color Harmonies of #D0117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0117C

Black with #D0117C

Text Example


Text Example

White with #D0117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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