Html Css Color HEX #D0199F Medium Violet Red

📋 copy color: '#D0199F'

red 208 ◦ green 25 ◦ blue 159

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

Shades of Medium Violet Red #D0199F

Tints of Medium Violet Red #D0199F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.56%

R = 53.06%
G = 6.38%
B = 40.56%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.18

RGB Variations

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

Color information

#D0199F (or 0xD0199F) is known color: Medium Violet Red. HEX triplet: D0, 19 and 9F. RGB value is (208,25,159). Sum of RGB (Red+Green+Blue) = 208+25+159=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 25 (10.16% from 255 or 6.38% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D0199F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D0199F is #2FE660. Grayscale: #5E5E5E. Windows color (decimal): -3139169 or 10426832. OLE color: 10426832.

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

Color convert

RGB 208 25 159 -
CMYK 0 0.88 0.24 0.18
HSL 316.07º 0.79% 0.46% -
HSV(B) 316.07º 0.88% 0.82% -
XYZ 32.62 16.61 34.29 -
YUV 94.99 164.13 208.6 -
System Red Green Blue C M Y K H S L
Decimal 208 25 159 0 0.88 0.24 0.18 316.07 0.79 0.46
Hex D0 19 9F 0 58 18 12 13C 4F 2E
Octal 320 31 237 0 130 30 22 474 117 56
Binary 11010000 11001 10011111 0 1011000 11000 10010 100111100 1001111 101110

Color Harmonies of #D0199F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0199F

Black with #D0199F

Text Example


Text Example

White with #D0199F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0199F; }

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

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

background-color css

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

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

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

border-color css

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

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

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