Html Css Color HEX #D0199D Medium Violet Red

📋 copy color: '#D0199D'

red 208 ◦ green 25 ◦ blue 157

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

Shades of Medium Violet Red #D0199D

Tints of Medium Violet Red #D0199D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.41%

 BLUE value IS 157 (61.72% from 255) = 40.26%

R = 53.33%
G = 6.41%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0199D (or 0xD0199D) is known color: Medium Violet Red. HEX triplet: D0, 19 and 9D. RGB value is (208,25,157). Sum of RGB (Red+Green+Blue) = 208+25+157=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 25 (10.16% from 255 or 6.41% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0199D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0199D is #2FE662. Grayscale: #5E5E5E. Windows color (decimal): -3139171 or 10295760. OLE color: 10295760.

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

Color convert

RGB 208 25 157 -
CMYK 0 0.88 0.25 0.18
HSL 316.72º 0.79% 0.46% -
HSV(B) 316.72º 0.88% 0.82% -
XYZ 32.45 16.54 33.38 -
YUV 94.77 163.13 208.77 -
System Red Green Blue C M Y K H S L
Decimal 208 25 157 0 0.88 0.25 0.18 316.72 0.79 0.46
Hex D0 19 9D 0 58 19 12 13D 4F 2E
Octal 320 31 235 0 130 31 22 475 117 56
Binary 11010000 11001 10011101 0 1011000 11001 10010 100111101 1001111 101110

Color Harmonies of #D0199D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0199D

Black with #D0199D

Text Example


Text Example

White with #D0199D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0199D; }

 p { color: rgb(208,25,157); }

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

background-color css

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

 a { background-color: rgb(208,25,157); }

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

border-color css

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

 span { border-color: rgb(208,25,157); }

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