Html Css Color HEX #D0139C Medium Violet Red

📋 copy color: '#D0139C'

red 208 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #D0139C

Tints of Medium Violet Red #D0139C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.96%

 BLUE value IS 156 (61.33% from 255) = 40.73%

R = 54.31%
G = 4.96%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0139C (or 0xD0139C) is known color: Medium Violet Red. HEX triplet: D0, 13 and 9C. RGB value is (208,19,156). Sum of RGB (Red+Green+Blue) = 208+19+156=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 156 (61.33% from 255 or 40.73% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D0139C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0139C is #2FEC63. Grayscale: #5A5A5A. Windows color (decimal): -3140708 or 10228688. OLE color: 10228688.

HSL color Cylindrical-coordinate representation of color #D0139C: hue angle of 316.51º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D0139C is Cyan = 0, Magento = 0.91, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 19 156 -
CMYK 0 0.91 0.25 0.18
HSL 316.51º 0.83% 0.45% -
HSV(B) 316.51º 0.91% 0.82% -
XYZ 32.25 16.28 32.89 -
YUV 91.13 164.62 211.36 -
System Red Green Blue C M Y K H S L
Decimal 208 19 156 0 0.91 0.25 0.18 316.51 0.83 0.45
Hex D0 13 9C 0 5B 19 12 13D 53 2D
Octal 320 23 234 0 133 31 22 475 123 55
Binary 11010000 10011 10011100 0 1011011 11001 10010 100111101 1010011 101101

Color Harmonies of #D0139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0139C

Black with #D0139C

Text Example


Text Example

White with #D0139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0139C; }

 p { color: rgb(208,19,156); }

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

background-color css

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

 a { background-color: rgb(208,19,156); }

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

border-color css

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

 span { border-color: rgb(208,19,156); }

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