Html Css Color HEX #D6199B Medium Violet Red

📋 copy color: '#D6199B'

red 214 ◦ green 25 ◦ blue 155

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

Shades of Medium Violet Red #D6199B

Tints of Medium Violet Red #D6199B

RGB

 RED value IS 214 (83.98% from 255) = 54.31%

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

 BLUE value IS 155 (60.94% from 255) = 39.34%

R = 54.31%
G = 6.35%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6199B (or 0xD6199B) is known color: Medium Violet Red. HEX triplet: D6, 19 and 9B. RGB value is (214,25,155). Sum of RGB (Red+Green+Blue) = 214+25+155=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 25 (10.16% from 255 or 6.35% from 394); Blue value is 155 (60.94% from 255 or 39.34% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D6199B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6199B is #29E664. Grayscale: #606060. Windows color (decimal): -2745957 or 10164694. OLE color: 10164694.

HSL color Cylindrical-coordinate representation of color #D6199B: hue angle of 318.73º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6199B is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 25 155 -
CMYK 0 0.88 0.28 0.16
HSL 318.73º 0.79% 0.47% -
HSV(B) 318.73º 0.88% 0.84% -
XYZ 34 17.36 32.57 -
YUV 96.33 161.12 211.93 -
System Red Green Blue C M Y K H S L
Decimal 214 25 155 0 0.88 0.28 0.16 318.73 0.79 0.47
Hex D6 19 9B 0 58 1C 10 13F 4F 2F
Octal 326 31 233 0 130 34 20 477 117 57
Binary 11010110 11001 10011011 0 1011000 11100 10000 100111111 1001111 101111

Color Harmonies of #D6199B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6199B

Black with #D6199B

Text Example


Text Example

White with #D6199B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6199B; }

 p { color: rgb(214,25,155); }

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

background-color css

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

 a { background-color: rgb(214,25,155); }

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

border-color css

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

 span { border-color: rgb(214,25,155); }

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